background color

Posted in: Newspaper
Post count: 61

Hello! How can i change background color?
https://musical-time.com/muzyka-iz-serialov/

i changed color here http://prntscr.com/t0ee2h but the color is displayed different

Post count: 35449

Hi,

As I can see you are using the black version, this demo has a class set in theme panel that set the background color to black -> https://i.imgur.com/aWuNZ8P.png
What you can do is to use a custom css -> https://i.imgur.com/yjSIYfy.png
.td-black {
background-color: #c64444;
}
.td-black .td-main-content-wrap, .td-black .td-category-grid, .td-black .post, .td-black .td-category-header, .td-black .td-big-grid-post .td-module-thumb, .td-black .td_module_14 .td-module-meta-holder, .td-black .td-post-template-4 .td-post-title, .td-black .td-post-template-6 .td-post-header-holder, .td-black .td-post-template-8-box, .td-black .td-smart-list-dropdown-wrap .td-smart-list-dropdown, .td-black .td_module_mx3 .td-module-meta-info {
background-color: #c64444;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

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