Blog page and blog post
The display and the blog posts pages are all set to have a cream background. Where can I edit this?
I would like to use the theme functionality but have my styling which is to have a black background.
https://club55classiccars.com/ is my website build and the 'events' is the menu option for the blogs
Comments
Hello,
To change this color, please, go to Betheme -> Theme options -> Colors -> General, and modify the Content background.
But if you would like to change only Blog and Posts background color, you will have to write custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
what code css is it to change the color to blog page?
Please, try the following CSS code:
Thanks
i do this on css
.blog #Content { background-color: #f4f4f4 !important; }
and its work. This code is okey?
Yes, your code will work as well.
Best regards