Okay
  Public Ticket #1878642
Search Bar - Underline Colour
Closed

Comments

  • petelowe started the conversation

    Hi there, 

    I would like to change the underline colour in the search query field to match our brand...

    When you click the search icon, you should see a royal blue underline, instead we would like this to be #BC9635

    Let me know if this is an option somewhere or whether it's CSS needed

    Many thanks for your help!!

    Pete

  •  8,996
    Tahir replied

    Hey P,

    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):

    body #search-outer #search input[type="text"] {
        border-color: #bc9635 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • petelowe replied

    Thank you, this worked first time!!

    To take just 10 minutes to respond (let alone responding with tested code) is absolutely world class customer support!

    Very grateful for your speedy help, 

    Pete