I have setup a menu widget in the sidebar that is calling in a menu.
The style of the links is set as follows.
a, .ui-widget-content a {
color: #415B87;
}
The issue is this not only styles that one category but any other subcategoryys that are beneath the main category, please see screenshot.
I am using the custom menu widget instead of the Woocommerce Product categories to make sure I get the exact order and level of hierarchy as well as styles. The other widget was not displaying to what we need.
Please advise on how to style just the current Product Category using this method.