Okay
  Public Ticket #275340
Search font size adjustment
Closed

Comments

  • Mal started the conversation

    How do I make the "START TYPING" text that displays in the search bar smaller/adjust the font?

    Thanks!

  •  8,839
    Tahir replied

    Hey Mal!

    Add this into the Custom CSS box located in your Salient Options panel :
    body #search-outer #search input[type=text] {
        font-size: 43px !important;
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  • Mal replied

    thanks - great support as always.