Home Forums WoodMart support forum Custom code Reply To: Custom code

#98579

Hello,

Add this code to the Theme settings > Custom CSS:

.search-results .main-page-wrapper{
background-color:red!important;
}

Replace “red” with the color you need.

Best Regards