Home Forums WoodMart support forum Log in Reply To: Log in

#304673

Hello,

You can configure the view of the buttons and forms in the Theme Settings > Styles and colors.

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

body .mobile-nav .searchform input[type="text"] {
    height: 50px;
}

Best Regards