Hi,
I could not find it somewhere in this forum, but I’ve found a way to do it inside the custom css.
Perhaps others are also looking for how to do this, so maybe it’s handy to post it here.
(might help reduce the number of support questions a bit 😉 )
Theme Options->Custom CSS
Add this CSS (change to your preferred color) to your theme by adding it to the designated textarea:
.sf-super-search {
background-color: #3874b7;
}
.spb_supersearch_widget.alt-bg {
background-color: #3874b7;
}
If you also want to change the “personal shopper”-background in the top:
#super-search {
background: #3874b7!important;
}
Worked for me!
regards