Background color on one page

Can you tell me how I would change the background color on just one page, I do not want to use the sections or columns background color option, this is for the whole page.

Hi There,

To change the background color for one page only, please add this custom CSS under Theme Options > CSS:

body.page-id-196 {
    background-color: #000;
}

The 196 number is the page ID, to find your page ID, please take a look at this:

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.