Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #983348

    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!

    #983355

    Hey Justin,

    So you want white background with black text as in the second link?

    Best regards,
    Jordan Shannon

    #983365

    Yup

    #983368

    Hi,

    Thanks for clarifying. Add this to quick css:

    #main.all_colors, .main_color{
    background:#fff!important;
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #983373

    Jordan. Wouldn’t that impact the entire website? I’m referring only the the /blog

    All other pages have that warm orangish color background.

    #983387

    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

    #983403

    Ugh that also interefered with other pages, includnig the banner image at the top of all pages.

    #983414

    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

    #985349

    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!

    • This reply was modified 6 years, 4 months ago by Justin.
    #985384

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘custom background color BLOG’ is closed to new replies.