Comments 4mkamara started the conversationAugust 21, 2020 at 6:02pmHi Is there a way to make the the search title and input text size smaller?Thanks M 2,965Andrew repliedAugust 21, 2020 at 6:58pmHi M,Use the following custom css in salient > General settings > CSS/Script related: #search-box input { font-size: 12px !important; } Hope this helps. 4mkamara repliedAugust 25, 2020 at 9:57pmthanks 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,965Andrew repliedAugust 26, 2020 at 6:21amHi M,Try the following custom css: div#search-outer { position: relative; height: 60%; } Thanks. Sign in to reply ...
Hi Is there a way to make the the search title and input text size smaller?
Thanks M
Hi M,
Use the following custom css in salient > General settings > CSS/Script related:
Hope this helps.
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
Hi M,
Try the following custom css:
Thanks.