Change header wishlist, cart, user, compare icons color
-
Hello! I would like to know how to change color of the cart, wishlist, user and compare icons. Thank you so much!
Cart>
.wd-header-cart .wd-tools-icon:before {
color: write your own color code example: #0787ea;
}
Wishlish and compare
.wd-action-btn.wd-style-text>a {
color: #0787ea;
}
Hello,
@bakhodirov Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
For Cart:
.wd-header-cart .wd-tools-icon:before {
color: write your own color code example: #0787ea;
}
For Wish List and compare:
.wd-action-btn.wd-style-text>a {
color: #0787ea;
}
@produktivit Thanks for your involvement.
Best Regards