Okay
  Public Ticket #259113
Changing color of vertical divider in header
Closed

Comments

  • Dustin started the conversation

    Hi Tahir,

    I was wondering if you can change the color of small vertical divider line in the header section. I’d like to switch it from the current black to white (#ffffff). See attached photo.

    Thanks again,

    - Dustin

  •  8,839
    Tahir replied

    Sure, Add this into the Custom CSS box located in your Salient Options panel:

    html body header#top nav ul #search-btn > div {
        border-color:  #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Dustin replied

    Awesome, Thanks!