Okay
  Public Ticket #1568784
Search bar text style change
Closed

Comments

  •  30
    damien started the conversation

    Hi Tahir,

    Hope you're well?

    Is there a way to reduce the size of the "START TYPING..." search bar text and also make it all lowercase?

    Ive tried a number of different CSS amends to no avail :(


    Thanks
    Damien

  •  9,073
    Tahir replied

    Hey Again,

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

    #search-outer #search input[type="text"] {
        font-size: 32px !important;
        text-transform: lowercase;
    }

    Thanks


    ThemeNectar Support Team 

  •  30
    damien replied

    Hi,

    Once again, you are fantastic, thanks for your help

    Cheers
    Damien