Home › Forums › WoodMart support forum › Search results page › Reply To: Search results page
May 1, 2020 at 11:31 am
#191500
Elise Noromit
Member
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