Comments Chris started the conversationApril 21, 2014 at 7:22amHiI would like to know how to add a standard background image that would be applied to all blog post pages only. Thanks 8,839Tahir repliedApril 22, 2014 at 3:13pmHey Chris!Use this Custom Css:body.single-post { background: #fff; } If you Right-click in Chrome Browser and Inspect Element you will see a number of template classes added to the body tag of the page, you can use this to target specific pages. See screenshot for reference: http://prntscr.com/3cbfjd .Thanks ThemeNectar Support Team Sign in to reply ...
Hi
I would like to know how to add a standard background image that would be applied to all blog post pages only. Thanks
Hey Chris!
Use this Custom Css:
If you Right-click in Chrome Browser and Inspect Element you will see a number of template classes added to the body tag of the page, you can use this to target specific pages. See screenshot for reference: http://prntscr.com/3cbfjd .
Thanks
ThemeNectar Support Team