Home Forums WoodMart support forum Background color of search form Reply To: Background color of search form

#255189

Hello,

First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.searchform {
	background: aqua;
}

Best Regards.