• 1. How do I set the featured image so it displays on excerpts page, but not in the header on the blog page. I want to keep the default header on every page.

    2. How do increase the amount of text displayed in the excerpts.

    3. How do I turn on the content blog grid?

    • This topic was modified 8 years, 5 months ago by mindos.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mindos

    (@mindos)

    I worked out how to turn on the content blog grid, however it doesn’t display the most recent post as an excerpt and as displayed in the example here: https://demo.theme-junkie.com/bulan/blog-grid/. How do I create this format?

    Thread Starter mindos

    (@mindos)

    Found the sticky note thread for the featured post: https://www.ads-software.com/support/topic/featured-post-20/

    Thread Starter mindos

    (@mindos)

    Found how to remove the featured image from header on individual blog posts.

    Use this css in your child them to set the background image for every blog post to the default customized background image:

    .site-header {
    background-image: url(“<enter the URL of your default image. You get this from the media folder> “) !important;
    }

    Use this ccs to remove the background image from every blog post:

    .site-header {
    background-image: none !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove featured image from header’ is closed to new replies.