Home Forums WoodMart support forum Change header icons color, on mouse hover.

Change header icons color, on mouse hover.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #147898

    acaua.ferreira
    Participant

    Hi, i would like to change the header icon color on mouse hover,for this 3 Icons: WISHLIST,MY ACCOUNT,CART

    Actually i’m using this code to change the color ”before”:
    .woodmart-wishlist-info-widget .wishlist-icon:before {color: #867759; }

    When mouse is hover, i would like to change to this color: #f3d555

    #147920

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-wishlist-info-widget a:hover .wishlist-icon:before {
    color:red;
    }
    body .my-account-with-icon a:hover .wd-tools-icon:before {
    color:red;
    }
    .woodmart-shopping-cart a:hover .woodmart-cart-icon:before {
    color:red;
    }

    Set the color as per your needs

    Best Regards

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