Home Forums WoodMart support forum Product Page (Wishlist, Stock)

Product Page (Wishlist, Stock)

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

    Raul1111
    Participant

    Hello!

    I just want to ask how it is possible to have a red heart icon with the “Add to wishlist” Text and how we get rid of the check icon next to example: 9 in stock = so that there is no icon.

    Would be great to get a solution for this.

    #208392

    Hello,

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

    body .woodmart-wishlist-info-widget .wishlist-icon:before {
        content: "\f004";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color:red;
    }

    Please provide the screen of what you want to remove and page URL.

    Best Regards

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