Home Forums WoodMart support forum Wishlist icon

Wishlist icon

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #247819

    negidunpa7
    Participant

    when i click the wishlist icon on shop page thumbnail insted of tick icon,I want to make it filled with red color with animation . can you help me out?

    Attachments:
    You must be logged in to view attached files.
    #247852

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    .wd-action-btn.wd-wishlist-btn>a:before {
        content: "\f004";
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
    }
    .wd-action-btn.wd-wishlist-btn>a.added:before {
        content: "\f004";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    Best Regards

    #247864

    negidunpa7
    Participant

    i clicked the icon and it gets filed with black color and when I refresh the page it gets reset.

    #248256

    Hello,

    What do you mean “reset”? What exactly do you do? Please describe the steps and provide the screen.

    Best Regards

    #248257

    negidunpa7
    Participant

    icon is not maintIning the state. its getting reset

    #248342

    Hello,

    Please provide your site admin access to the private area. I will check.

    Best Regards

Tagged: 

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