Okay
  Public Ticket #371161
Background Color of Sticky Side Bar
Closed

Comments

  • Kelsey started the conversation

    Hello there!

    I am wondering how to change the background color of the sticky side bar in the individual portfolio pages?


    Thank you so so much!


  •  8,470
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single-portfolio #sidebar {
        background: #E8E8E8 !important;
        padding: 10px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Kelsey replied

    Cool thank you!