background color

Posted in: Newsmag
Post count: 59

How can i change the background color of the faqs?

faq page

Post count: 6535

Hi

To change the background color for the faqs page you can use this css in theme panel > custom css:

.page-id-993{
background-color: #D97E7E
}

Here is the result: http://screencast.com/t/uGU7Lk0l

Thanks!

Post count: 59

Thanks but, i don’t want to change the background of the entire page but just the background of the questions just like this example example

Post count: 6535

Hi

You need to add an extra class name to this section http://screencast.com/t/iMaJGwwGasJ in Visual Composer http://screencast.com/t/ZgUUy9q38X and after that use css to change the background color as you want. Example:

.spacial-class{
background-color: red;
}

Thanks!

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