Okay
  Public Ticket #1453930
Change the font in search
Closed

Comments

  •  3
    eddie81b4u started the conversation

    Is there a way that I can change the font, font size. Currently when I click the search button it seems to use the default font using all caps. I would like to alter if possible.

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please send us a link to your website so we can right you some CSS for that.

    Regards

  •   eddie81b4u replied privately
  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please use this CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code

    body.ascend #search-outer #search input[type="text"]{ 
        color: #000!important;
        height: auto!important;
        font-size: 80px!important;
        text-align: center!important;
        text-transform: lowercase!important;
     }

    Hope this helps,

    Regards

  •  3
    eddie81b4u replied

    Worked perfectly. Thank you.