Change Categories Menu COlor
-
Dear Support.
1. Is there a custom CSS to change Page Heading Colors…. By défault we only have choice between Dark and Light …
2. How to remove the underline effect on Nav-shop (categorie menu) …. ?
Thanks
Hello,
Here is a code snippet that you may place to the Custom CSS area to do your changes
.color-scheme-light .basel-product-categories li a {
color: #ff0908;
}
.color-scheme-light .basel-product-categories li.current-cat a:hover,
.color-scheme-light .basel-product-categories li a:hover {
color: #09ff09;
}
.color-scheme-light .basel-product-categories li a:after {
display:none;
}
Regards