Okay
  Public Ticket #794493
Change Back on Single Post Pages
Closed

Comments

  • Matt started the conversation

    Hello,

    I would love to be able to change the background to white ONLY on Single Post pages (blog posts).

    I like having a lighter grey background everywhere else. But would love a white background just on single post pages.

    Any ideas on how to achieve this?? 

  •  8,994
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Matt replied

    Here is a link to the most recent blog post:

    http://www.flaviliciousfitness.com/blog/2016/06/08/how-to-batch-cook-2-8-recipes/

    I would like the background white on ALL blog posts though.

    Thanks so much!!

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .ascend.single-post .container-wrap {
        background-color: #000 !important;
    }
    

    Bes.t


    ThemeNectar Support Team