Okay
  Public Ticket #1897034
Sidebar
Closed

Comments

  • FINTREX started the conversation

    Hi,

    How can i change the background color of the page sidebar?

    Thanks!

  •  8,996
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    div#sidebar {
        background-color: #cecccc !important;
        padding-left: 10px !important;
    }

    Thanks


    ThemeNectar Support Team