Reply To: particular page's background color

Home Forums Support particular page's background color Reply To: particular page's background color

Home Forums Support particular page's background color Reply To: particular page's background color

#206446
Roberto Enrique

You can target that pages background using the page/post id class that WordPress automatically adds to every page/post

so you can do something like:



body.page-id-[YOUR POST ID]{
    background-color: red;
}

View post on imgur.com

It should work 🙂