Site logo

Archived topic

such as changing the color of conetendor for a single page?

7 replies · Started by jordi on June 21, 2016

Viewing posts 1–8 of 8

Hello Tom,
I have for example 10 pages, I just want to change the color of the container of a one page, it is possible?

Thank you

You can use our Simple CSS plugin: https://wordpress.org/plugins/simple-css/

It adds a metabox to the edit pages area of your admin where you can add CSS for that specific page.

Which container are you wanting to change the color of? The main container of the site?

So you would do something like this in the Simple CSS metabox:

.separate-containers .inside-article {
    background-color: #FFFFFF;
}

Adjust the color as needed :)

Hello Tom,

this code I change the color of the container of all pages, I just want to change the color of the container of contact page, the other pages not

Thank you

Not sure what would cause that - maybe try deactivating the Custom CSS Jetpack module?

This archived topic is closed to new replies.