How to change the background of all white?

Posted in: Newspaper
Post count: 68

How can I change the background of all?

I’m changing

.td-main-content-wrap .td-main-page-wrap{
   
}

but only home background is changing. Do I need to change all individual pagestyle?

  • This topic was modified 10 years by Mecburlar.
Post count: 68

And ajax filter hover color not work.

Post count: 23312

Hello Mecburlar,

If you want to change the background-color, you should use the code below and place it in Theme panel->Custom Css area and if you want to change the color of the ajax filter, please check the block background-color from Block settings from Visual Composer, like this: http://screencast.com/t/XXNW2L4n1woz

.td-main-content-wrap.td-main-page-wrap{
background-color: green;
}

The result you should see here: http://screencast.com/t/NB9yqRauS

If is not what you want, please provide more details about this problem, so I can be able to provide a more accurate response.

Hope this helps and let us know how it goes!

Thank you for the message!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.