This topic has 3 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Alessandro
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
Hello,
Change the code to:
https://prnt.sc/jrfPOQu9Sdq_ –
.sidebar-widget ul li a, .widget_product_categories.sidebar-widget ul li a {
color: #eee;
}
.sidebar-widget ul li a:hover, .widget_product_categories.sidebar-widget ul li a:hover {
color: #997fe0;
}
Regards
Thank you so much!
Tagged: best selling, customize, product page, sidebar, text color, themes, widget, woocommerce
The issue related to '‘Costumize product page sidebar widget text color’' has been successfully resolved, and the topic is now closed for further responses