Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1137693

    hi guys,
    I have a background image set to show on all pages. However i’d like for it not to appear on the blog post pages, and a white background to be there instead. I know I can used the advanced layout editor on blog post pages to accomplish this, but i’d rather not to keep it simple for when the client goes to add posts.

    Any help on how to accomplish this is much appreciated.

    #1138023

    Hey bobfurgo,

    Can you try adding this css code in Quick CSS, located in Enfold > General Styling:

    .single-post .big-preview.single-big {
        display: none;
    }

    Best regards,
    Nikko

    #1138165

    Hi Nikki,

    Thanks! I entered the code into the quick CSS but doesn’t look like it’s working unfortunately.

    #1138185

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1138188

    Yes, it’s at the top of quick css. I’ve also cleared cache, cleared browser history and cookies and viewed in incognito on multiple browsers. Do you see if working on your end?

    #1138322

    Hi bobfurgo,

    Seems to be working fine on my end, this what I see now: https://imgur.com/CjvI1d8
    The featured image on top is no longer showing.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.