Home › Forums › Basel support forum › Wine Shop Demo › Reply To: Wine Shop Demo
August 3, 2020 at 6:58 pm
#216307
Elise Noromit
Member
Hello,
I suggest your custom CSS for the sticky header and all the elements, chose what you need, change the color and you can use.
Please add this code to the Theme Settings > Custom CSS > Global:
body.woocommerce .sticky-header.act-scroll {
background-color: yellow;
}
body.woocommerce .sticky-header.act-scroll {
background-color: yellow;
}
body.woocommerce .sticky-header.act-scroll .menu>li.current-menu-item>a{
color:red;
}
body.woocommerce .sticky-header.act-scroll .menu > li > a{
color:green;
}
body.woocommerce .sticky-header.act-scroll .menu > li > a:after{
color:green;
}
body.woocommerce .sticky-header.act-scroll .menu > li > a:hover{
color:red;
}
body.woocommerce .sticky-header.act-scroll .right-column > .search-button a{
color: red;
}
body.woocommerce .sticky-header.act-scroll .right-column>div>a {
color: red;
}
You can find the settings you mention in the Theme Settings > Shop page.
Best Regards