Change background-color of comments-section on page template

Posted in: Newspaper
Post count: 19

Hello,

after updating to Newspaper 11 the background-colors must be set on each page via the Composer. Unfortunately, the Comment-Section (if appears on the page) has no color. I’ve tried to fix this with a “background-color: #eee;” on the class “comments-area” but that shows some borders: http://prntscr.com/1a87amk

You can see the full issue here: https://www.spontis.de/gruftithek/friedhoefe/

How can i change the background-color of the comment-section on all pages?

Post count: 35449

Hi,
Please try this custom css https://i.imgur.com/CKLOgCR.png
#comments {
max-width: 1124px;
margin: -10px -24px;
background: #eeeeee;
}

This code will set the background color for all comments.
You can set the code in theme panel> custom code> custom css.
I hope this will help you!
Let me know the results!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.