Is it possible to disable the cart pop-up (cart-popup-container)?

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

  • Avatar: virtualabode
    virtualabode
    Participant
    October 1, 2019 at 18:36

    Hi

    I’m in the process of refining our set-up for a multilinguial WooCommerce project. I’d like to disable the cart pop-up (CSS class ‘cart-popup-container’), ideally using either theme settings or functions.php in my child theme.

    Is this possible, please?

    Luke

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 1, 2019 at 19:19

    Hello,

    Do you use the default header or header created by header builder?
    If you use the default header you can just hide that popup, add the following code to child theme style.css

    .cart-popup-container {
        display: none;
    }

    If you use header builder edit the cart element and disable drop-down via cart element settings.

    Regards

    Avatar: virtualabode
    virtualabode
    Participant
    October 8, 2019 at 14:30

    Thank you Olga.

    As much as I would have liked to ideally use either theme settings or functions.php in my child theme to disable this, I went for the CSS display:none option in the end.

    It’s great to see that once we switch to the new Header Builder, we can remove this properly.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 8, 2019 at 18:18

    Hello,

    Yes, we worked a lot to create header builder. I would recommend you to create header using this option because the default header will be removed after the next 3 months.

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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