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.
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
Hi Nikki,
Thanks! I entered the code into the quick CSS but doesn’t look like it’s working unfortunately.
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
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?
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