Home Forums WoodMart support forum Remove the redirect to store button

Remove the redirect to store button

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

    j.espinozafabres
    Participant

    Hello, when the cart is empty, a button appears that redirects to the store. Is it possible for this button not to appear? It’s an architecture page, and mostly services that won’t be purchased through WooCommerce, except for a workshop. Therefore, there won’t be a store page.

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

    Hung Pham
    Keymaster

    Hi j.espinozafabres,

    Thanks for reaching to us.

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

    .wd-empty-mini-cart a.btn{
    	display: none;
    }

    Regards,

    #585196

    j.espinozafabres
    Participant

    Thank you very much, and how do I remove the button that redirects to the store from the wishlist page?

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

    Hung Pham
    Keymaster

    Hi j.espinozafabres,

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

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

    Regards,

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