Hello again, When using your advised code to change the background of the blog container to white I noticed the footer also became white. Which solution would you recommend to make this a color like on the other pages? The theme options are the same.
Hello again,
When using your advised code to change the background of the blog container to white I noticed the footer also became white.
Which solution would you recommend to make this a color like on the other pages? The theme options are the same.
.blog .page-heading { margin-top: 0px; margin-bottom: 0px; } .blog .container { background: #fff; }Hi there,
Can you try this CSS instead of the one you posted:
.blog .page-heading { margin-top: 0px; margin-bottom: 0px; } .blog .blog .container { background: #FFF; }Best regards,
Laborator Team
Add this extra CSS:
.blog .page-heading .container { background: #FFF; }Best regards,
Laborator Team