Custom background image for page or post

April 2014 WordPress Theme
GK User
Thu Apr 02, 2015 4:57 pm
Hi,

how I can make custom background image for some page, post or something else? I can use suffix for pages in Joomla but what I have to do in Wordpress?

Thank you,
Tomas
User avatar
Expert Boarder

GK User
Thu Apr 02, 2015 10:35 pm
Hi,

Each page/post in WordPress has id which is added as class into the body tag. So you can use it to define your css:
Code: Select all
.postid-1602 ...


or
Code: Select all
.page-id-1050...
User avatar
Moderator

GK User
Fri Apr 03, 2015 8:43 am
Ok, thank you ;-)
User avatar
Expert Boarder


cron