Home Forums WoodMart support forum Search results page Reply To: Search results page

#191500

Hello,

The search page inherits the settings configured for the shop page. There is no settings to change.

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

body.search .page-title-default {
    background-color: red;
	  background-image:none!important;
}

Set your color or image.

Best Regards