Blog section pages background colors

Hi X Team - I would like for the primary blog page (https://cleanedgetreesdenton.com/blog/) as well as the Blog Archive pages and the Categories pages to all have a white background. Can you please tell ,e what bit of CSS code to use in order to achieve this goal? Thank you in advance. More information to come…

Hello @bluetroop2,

Thanks for writing in!

Please refer to this old thread:

Screenshot 2023-10-13 at 11.00.31 AM

Be advised that custom CSS coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.

Best Regards.

Hi - I’m sorry, no, not completely correct. See… the title bar and page are still transparent. This blog article page is correct… https://cleanedgetreesdenton.com/best-time-to-prune-trees/. How do I get it like that?

Hello @bluetroop2,

I would suggest you please add this custom CSS code to the global CSS to make the blog page with a white background and achieve pages.

.blog .x-root, .archive.category .x-root, .archive .x-root{
    background-color: #ffffff;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Yes, it worked, thank you for your help

You are most welcome @bluetroop2

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.