Home Forums WoodMart support forum Changing Empty Cart Icon

Changing Empty Cart Icon

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

    webmore
    Participant

    Hi,
    May I know how can I change the empty cart icon in the slide in cart please?

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

    Luke Nielsen
    Keymaster

    Hello,

    Here’s a little example of how to change the empty cart icon using a custom code. Paste it to the “Custom Global CSS” area in Theme Settings -> Custom CSS.

    .wd-empty-mini-cart:before {
        content: ' ';
        height: 120px;
        width: 120px;
        margin: 0 auto;
        background-image: url('http://wood62/wp-content/uploads/woocommerce-placeholder.png');
        background-size: 120px 120px;
        background-position: center;
    }

    The URL for your image you can copy from the Media Library which is situated in Dashboard -> Media.

    https://prnt.sc/22m3g8s

    If you have any questions or wish to learn more about our theme, do reach out to our awesome customer service team at any time

    Kind Regards

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