I’ve added a css for change the text color in the product page sidebar yith widget but seems that is showing the opposite request, what am I making wrong? I want text #eee and text:hover #997fe0
.sidebar-widget ul li a, .widget_product_categories.sidebar-widget ul li a {
color: #eee;
}
.sidebar-widget ul li a, .widget_product_categories.sidebar-widget ul li a:hover {
color: #997fe0;
}
Thanks in advance for the support