Home Forums WoodMart support forum Shopping cart of the widget!

Shopping cart of the widget!

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

    wonglui
    Participant

    How to disable “Return to shop” button from shopping cart of the widget?

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .return-to-shop {
    	display: none;
    }

    Regards

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