Changing the color of Content area to some other color

Posted in: Newspaper
Post count: 3

Hi, this is my website http://smoketire.com/ I want to change the background of content area/ Category pages to some other color. Can you please send me the Css code or explain me how to change it?
I am using Video News demo layout.

Thanks

Karun

Post count: 20688

Hi,

On pages you could set a background color for each of the columns for example
https://www.screencast.com/t/wOiEWv1l
On category pages you can sue some CSS code to customize the category page
https://www.screencast.com/t/PBl8yUaelW
This is a guide about using the browser inspector to identify the elements on the page and their classes, and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This is the code I used in the example for the category

.category .td-main-content-wrap,
.category .td-category-header,
.category .td-scrumb-holder {
background-color: grey!important;
}

Thanks

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