Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Change CSS features for div on single page in WP Reply To: Change CSS features for div on single page in WP

#199518
Paulie_D
Member

Looks like you WP adds a class to the body of page-id-xx

So your CSS should be something like


body.page-id-5 .container { background: your color here; }