Hey guys, I thought that by using the ADVANCED BUILDER for the blog, and that by using a SOLOR SECTION with a white background the blog would in return display white …
IT DOES NOT.
Any thoughts?
Thanks!
Hey Justin,
So you want white background with black text as in the second link?
Best regards,
Jordan Shannon
Hi,
Thanks for clarifying. Add this to quick css:
#main.all_colors, .main_color{
background:#fff!important;
color:#000!important;
}
Best regards,
Jordan Shannon
Jordan. Wouldn’t that impact the entire website? I’m referring only the the /blog
All other pages have that warm orangish color background.
Hi,
In that case adjust to this:
.post-template-default #main.all_colors, .main_color{
background:#fff!important;
color:#000!important;
}
Best regards,
Jordan Shannon
Ugh that also interefered with other pages, includnig the banner image at the top of all pages.
Hi,
Try clearing the cache a few times over. That should only effect the blog posts. Pages would have the “.page-template-default” class instead. Is it just the specific page that you linked to that you need to fix?
Best regards,
Jordan Shannon
Hey Jordan, the code you provided would cause the background color on the ABOUT page in this section turn white: https://prnt.sc/k68mg8
But when I remove !important from the above code, the background color remained gray for ABOUT and changed for the blog.
Thank you!
Hi,
Glad this worked for you well :)
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Vinay