Okay
  Public Ticket #3642613
Blog post can't be styled to dark theme
Closed

Comments

  • Jordy_DH started the conversation

    Hi,

    I'm just trying to get a blog post in a dark theme.
    I want all the backgrounds to be black.

    Kind regards
    Jordy

  •  8,838
    Tahir replied

    Hey Jordy_DH ,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body.single-post.material[data-bg-header=true] .container-wrap {
        background: #000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Jordy_DH replied

    Thanks for the quick response.
    This works for me.