First › Forums › Crumina bbpress test forum › Changing background in posts › Reply To: Changing background in posts
March 22, 2013 at 7:19 am
#1057
Crumina team
Keymaster
Each post has its id
You just have to change the id here (I mean to change this id with the id of that post, for which you want to set custom background)
.postid-172{background: red}
and after that put this code in custom css field, which you find in theme options>main options.
Thanks!