Okay
  Public Ticket #991550
Font Size in imput search
Closed

Comments

  •  2
    angelflores started the conversation

    Hi

    We have tried to change the size of the font in the search field, where "Start typing" appears with this css code in Salient:

    body #search-outer #search input[type=text] {
        font-size: 23px !important;
    }

    But it is not changed.
    The Salient version is the 7.6

    We have also detected that the mobile version does not appear the option to search the menu and we have not found how to add it.

    We have searched all the pages of the Salient support but we have not found a solution.

    How can we solve these problems?

    Thank you
  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

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

    For the Mobile search option you will have to add a Search Widget to the Off Canvas Menu Widget Area in Appearance -> Widgets. 

    Thanks


    ThemeNectar Support Team 

  •  2
    angelflores replied

    The size of the text in the search field has been perfect.

    But the option to search the mobile version is fatal with the widget. I hope you have a solution.

    Would it be possible to add a search field to a page?