Home Forums WoodMart support forum Shop sidebar

Shop sidebar

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

    jakub.chiannaway
    Participant

    can I turn off this retun to shop button? more in link: https://jmp.sh/DIcyRnm

    thanks

    #192739

    Hello,

    I saw the screenshot you attached. Unfortunately, there is no option in theme settings available to turn off the return to shop button.

    You can hide it by adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .shopping-cart-widget-body .return-to-shop {
    display: none;
    }

    Best Regards.

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