Custom background for each blog entry
-
Can I set custom background for each blog entry? II have pro bandle and use Full frame thame.
Thanks in advance.
My blog is mosknika.com -
Yes, you can set a custom background for each blog entry by targetting each post in your CSS, using each post’s unique ID.
For example, this post has the unique ID post-4.
In this theme, you can see that by viewing the page’s source in your browser, and looking for the post ID in the article tag. The number there also matches the number in the URL when you go to edit it in your dashboard, as you can see here:
https://mosknikadotcom2.wordpress.com/wp-admin/post.php?post=4&action=edit
To target that post ID in your CSS, you can try adding this code under Appearance > Custom Design. Click the CSS tab and add this completely below the existing green comments:
#post-4 { background-color: #ffffff; // add your background CSS here }Click Save Stylesheet when you’re done.
If you need further CSS help, please feel free to post in our CSS Customization forum.
-
-
- The topic ‘Custom background for each blog entry’ is closed to new replies.