Okay
  Public Ticket #1089935
Vertical Line Near Search Icon
Closed

Comments

  •  2
    Christopher started the conversation

    How do I remove the vertical white line next to the search magnifying glass?

  •  8,999
    Tahir replied

    Hey Again,

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

    body[data-header-color="custom"] header#top nav ul #search-btn > div {
        border: none !important;
    }

    Thanks


    ThemeNectar Support Team