Home Forums WoodMart support forum Cart icon want to change to my custom bag image

Cart icon want to change to my custom bag image

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

    Naveedsaeedkhan
    Participant

    Cart icon want to change to my custom bag image on (SHOW SUMMARY ON HOVER)
    Please see the screenshot attached

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

    Hello,

    Please provide the icon URL which you want to add from https://fontawesome.com/
    and page URL
    If it is an image, upload it into Media library and provide URL.

    Best Regards

    #230783

    Naveedsaeedkhan
    Participant

    This icon image I want to replace with the existing cart icon.

    https://www.rossetticasalinghi.com/wp-content/uploads/2020/10/bag-icon-Gray.png

    #230921

    Hello,

    One of your plugins or customization influences the add to cart button. https://prnt.sc/utb87n

    As soon as the issue has been solved, try this code:

    body .wd-action-btn.wd-add-cart-btn>a:before {
    content:"";
    background-image:url(https://www.rossetticasalinghi.com/wp-content/uploads/2020/10/bag-icon-Gray.png);
    background-size: small;
    background-position:50% center;
    background-repeat:no-repeat;
    }

    Best Regards

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