Okay
  Public Ticket #200545
Adding background image to post pages
Closed

Comments

  • Chris started the conversation

    Hi

    I would like to know how to add a standard background image that would be applied to all blog post pages only. Thanks

  •  8,839
    Tahir replied

    Hey 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