Home Forums WoodMart support forum Customize Shopping Cart Icon

Customize Shopping Cart Icon

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

    pboyd1964
    Participant

    Hello,
    Is there a way to replace the shopping cart icon with a custom image (my favicon, specifically). We don’t sell online and the cart icon (even though the text says “read more”) confuses users. Please see the attached pic for reference.
    Thank you!

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item .wd-add-cart-icon>a:before {
        content: "";
        background-image: url(https://pemcolighting.com/wp-content/uploads/2021/06/made-in-the-usa-high-res-300x225.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 25px;
        width: 25px;
        position: absolute;
    }

    You can change the background image url with the image you want to add.

    Regards.
    Xtemos Studios

    #319843

    pboyd1964
    Participant

    Thank you! That worked perfectly!

    #319919

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Customize Shopping Cart Icon’ is closed to new replies.