Home Forums Basel support forum Search option font is big

Search option font is big

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4376

    sab2023
    Participant

    I am trying to make the font in the search option field look smaller. I have changed the font in the typography option under the Theme Settings drop down menu but the font has not changed. It has stayed the same. Can you please advice how I can change the font?

    #4383

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for purchasing our theme and contacting us.

    You can decrease font size for the search field by adding this simple code snippet to the Custom CSS section in Theme Settings

    .basel-search-full-screen .basel-search-inner input[type=text] {
        font-size: 42px;
    color: white;
    }

    Regards

    #4384

    sab2023
    Participant

    It worked for the Search field but the font for text on the bottom right “CLOSE” has not changed. It still looks big. How Can I have the word “CLOSE” get smaller?

    #4388

    Artem Temos
    Keymaster

    Here is a custom CSS for this task also

    .basel-search-full-screen .basel-search-inner .basel-close-search {
        font-size: 20px;
    }

    Regards

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