Okay
  Public Ticket #2513215
Search Box Title and Text box size
Closed

Comments

  •  4
    mkamara started the conversation

    Hi Is there a way to make the the search title and input text size smaller?

    Thanks M

  •  2,965
    Andrew replied

    Hi M,

    Use the following custom css in salient > General settings > CSS/Script related:

    #search-box input {
        font-size: 12px !important;
    }
    

    Hope this helps.

  •  4
    mkamara replied

    thanks thats great. but is there also a way of making the text box smaller? the text is perfect but the container is still the same size as before.

    Thanks, M

  •  2,965
    Andrew replied

    Hi M,

    Try the following custom css:

    div#search-outer {
        position: relative;
        height: 60%;
    }
    

    Thanks.