Home Forums WoodMart support forum Change Cart Icon on Cart Sidebar

Change Cart Icon on Cart Sidebar

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

    kiercordero
    Participant

    Hi! How can I change the cart icon displayed on the Cart Sidebar? Thanks!

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

    Hello,

    Please upload the image to the Media library and provide the URL of the image so that we could provide custom CSS.

    Best Regards

    #447598

    kiercordero
    Participant

    Actually, can we just remvove it instead? My site flourphl.com is up and not in a maintenance mode so you can provide the custom CSS. Thanks!

    #447967

    Hello,

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

    body .wd-empty-mini-cart:before {
        display: none;
    }

    Best Regards

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