Home › Forums › WoodMart support forum › How to adjust the font size in the search box? › Reply To: How to adjust the font size in the search box?
February 8, 2021 at 8:21 am
#264676
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.woodmart-search-full-screen .searchform input[type=text] {
font-size: 32px;
}
Regards.
Xtemos Studios.