How to change link color in sidebar of Zelle

Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

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