Okay
  Public Ticket #330016
Change sidebar background colour
Closed

Comments

  • Rafael started the conversation

    Hello,

    could you help me with the css code to change the background colour of the whole sidebar, or to add a vertical line between the post and the sidebar? Thanks!

  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #post-area .posts-container {
        border-right: 5px solid #eee;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Rafael replied

    This code added the line only in the blog page, where I don't even have a sidebar. I want it only in the single post. What about changing the sidebar background colour, is that possible? Thanks!

  •  8,406
    Tahir replied

    Can you provide the page url where you want it ?.


    ThemeNectar Support Team 

  •  8,406
    Tahir replied

    Hey Again!

    I need the exact url where i can see the sidebar ?. 

    Thanks 


    ThemeNectar Support Team 

  • Rafael replied

    http://jornadaviva.zz.mu/viagem/be-my-guest/

  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-post #sidebar {
        background-color: #fff !important;
    }
    Thanks


    ThemeNectar Support Team