Okay
  Public Ticket #2069122
Search area
Closed

Comments

  • vanessa started the conversation

    Is there anyway to edit the search area? eg the font & font size? It's currently way too big for my site. Thanks! 

  •  3,025
    Andrew replied

    Hi Vanessa ,

    Thanks for getting in touch.

    Use the following custom css to reduce the font size of search:

    #search-box input[type="text"] {
      font-size: 12px !important;
    }
    

    Hope this helps.

  • vanessa replied

    It worked! Thank you!