Main Background

Posted in: Newspaper
Post count: 9

How can i change the main ‘white’ background color from white to whatever color i want via CSS instead of the control panel.

Post count: 6600

Hi,

Use:

body {
background-color: red !important;
}

..in theme panel > custom css.

Thanks

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