How to change link color in sidebar of Zelle

If you want to change the color of links in shop page or product category page sidebar, then go to WP-admin > Appearance > Customize and add the following code:

.shop-sidebar-wrapper div[id^="woocommerce_product_categories"] ul li a, .shop-sidebar-wrapper div[id^="woocommerce_product_categories"] ul .count, .shop-sidebar-wrapper div[id^="woocommerce_product_categories"] select {
    color: #28c5ff;
}
.shop-sidebar-wrapper div[id^="woocommerce_product_categories"] ul li a:hover {
/*hover color */
    color: #000000;
}

Change the color codes, as per your website colors. You can get the hex color code from here - https://htmlcolorcodes.com/.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us