Home Forums WoodMart support forum remove return shop button on empty side cart

remove return shop button on empty side cart

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #604640

    houmass0
    Participant

    I want to remove the button and the text from the cart widget when it’s empty, as shown in the pictures below

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

    Hello,

    Can you please share the page URL so I will check and give you a possible solution?

    Best Regards

    #605191

    houmass0
    Participant

    page link: http://www.orahome.site
    I’ve also provided access to the admin panel for you to check the issue directly.

    #605386

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .wd-empty-mini-cart .btn .cart-widget-side .wd-empty-mini-cart {
       display: none;
    }
    p.woocommerce-mini-cart__empty-message {
        display: none;
    }
    .cart-widget-side .wd-empty-mini-cart {
        display: none;
    }

    Best Regards

    #605472

    houmass0
    Participant

    thank you for your help it woked very well

    #605529

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Tagged: 

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