Home Forums Basel support forum Search Bar / Text size

Search Bar / Text size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #227890

    sandrofinoribeiro
    Participant

    Hi,

    How can i decrease the size of the search bar/text?

    Thanks,
    SR

    #227908

    Hello,

    Do you mean the main search bar? Do you want to reduce the search field or text?

    Best Regards

    #227913

    sandrofinoribeiro
    Participant

    Hi Elise,

    I would like to keep the width but reduce the size of the text and the “X”

    Thanks,
    SR

    Attachments:
    You must be logged in to view attached files.
    #228217

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .basel-search-full-screen .basel-search-wrapper .basel-search-inner input[type=text] {
        font-size:20px;
    }
    body .basel-search-full-screen .basel-search-inner .basel-close-search:after,
    body .basel-search-full-screen .basel-search-inner .basel-close-search:before {
        width: 20px;
    }

    Best Regards

    #228222

    sandrofinoribeiro
    Participant

    Hi Elise,
    The font is smaller but i need also to pull up the line, see attached image,
    Thanks,
    SR

    Attachments:
    You must be logged in to view attached files.
    #228309

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .basel-search-full-screen .basel-search-inner input[type=text]{
    height:60px;
    }
    body .basel-search-full-screen .basel-search-inner .basel-close-search:after, 
    body .basel-search-full-screen .basel-search-inner .basel-close-search:before {
        top: 25%;
    }

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)