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
April 2, 2015 at 4:13 am
#199518
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;
}