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

Change header wishlist, cart, user, compare icons color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #304119

    bakhodirov
    Participant

    Hello! I would like to know how to change color of the cart, wishlist, user and compare icons. Thank you so much!

    #304120

    bakhodirov
    Participant

    My website pickmark.uz

    #304124

    produktivit
    Participant

    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;
    }

    #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

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)