Home Forums WoodMart support forum Hide Return to shop text in tooltip box

Hide Return to shop text in tooltip box

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

    kidsdial4
    Participant

    1)add any items to cart

    click on Shoppping cart icon on top right

    than it show “shopping cart ” tooltp,

    than delete item from there

    than you can see this page :

    It was “return to shop”

    How to hide this text ?

    also we want to hide that in all other places in website

    #630159

    Hung Pham
    Keymaster

    Hi kidsdial4,

    Thanks for reaching to us.

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    :is(a.btn.wc-backward){
    	display: none;
    }

    Regards,

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