Home Forums WoodMart support forum Change header wishlist, cart, user, compare icons color Reply To: Change header wishlist, cart, user, compare icons color

#304153

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