Home Forums WoodMart support forum Delete "return to shop"

Delete "return to shop"

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

    ronan
    Participant

    Hello to all the Xtemos team,

    I would like to delete “return to shop” (right pane and basket) when there are no items in the basket

    (waiting to delete it, on my site I put ——– thanks to loco translate, but I would like to remove the button)

    Thank you

    #117489

    Hello,

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

    body .woodmart-empty-page-text+.return-to-shop {
    display:none;
    }

    Best Regards

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