Search option font is big
-
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?
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
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?
Here is a custom CSS for this task also
.basel-search-full-screen .basel-search-inner .basel-close-search {
font-size: 20px;
}
Regards