Home Forums WoodMart support forum How to hide "Return to Shop" button?

How to hide "Return to Shop" button?

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

    FransMaxi
    Participant

    Hii, would you help me to tell how to hide “Return to Shop” button?

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

    Hello,

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

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

    Best Regards

    #165002

    FransMaxi
    Participant

    Yes, Thanks so much..

    #165006

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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