how to change the color of a page?

Posted in: Newsmag
Post count: 30

Is it possible to change the background colour of a page?

  • This topic was modified 10 years by marctz.
Post count: 6535

Hi

By default the theme does not have an option to change the background color only for a page but you can achieve that using this css in theme panel > custom code> custom css:

.page-id-abc{
background-color: red;
}

Just replace abc with numerical if of the page where you want to change the background color. To get page’s id follow this link: http://screencast.com/t/3pZpRpCjEc
Hope this helps!
Thanks!

Post count: 5

Hello,

I tried this code but it does not work .

This colored band next to the menu, but not the bottom of the page.

Best regards

Post count: 6535

HI

Please provide your site url so I can have a closer look.
Thanks!

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