Mini cart Offcanvas "Return to shop"

This topic has 3 replies, 2 voices, and was last updated 4 years, 6 months ago ago by scorpio_x73

  • Avatar: scorpio_x73
    scorpio_x73
    Participant
    December 3, 2020 at 13:23

    Hello,
    Can you please let me know which file in the theme is responsible for the minicart offcanvas?
    I want to hide the “Return to shop” button when its empty and i cannot find the file.
    I have already found the ones i needed for no products in loop, cart and cart empty.
    I only miss the one i ask for.
    Thanks in advance for your help.

    2 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 3, 2020 at 14:05

    Hello,

    It’s located in the XStore core plugin, you won’t be able to change it from the child theme.
    Use the below custom in Theme Options > Custom CSS to hide the button

    .et_b_header-cart.et-off-canvas .woocommerce-mini-cart__empty-message p + a.btn {
        display: none;
    }

    Regards

    Avatar: scorpio_x73
    scorpio_x73
    Participant
    December 3, 2020 at 15:03

    Thank you very much for your help!

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Mini cart Offcanvas "Return to shop"’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.