Home › Forums › WoodMart support forum › Add shadow and change colours to categories links below page title › Reply To: Add shadow and change colours to categories links below page title
April 18, 2023 at 3:32 pm
#460431

Aizaz Imtiaz Awan
Keymaster
Hi,
So, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-nav-product-cat>li>a {
color:blue !important;
text-shadow: 2px 2px #ff0000 !important;
}
For hover.
.wd-nav[class*="wd-style-"] {
--nav-color-hover: yellow !important;
}
Change the color as per your need.
Best Regards.