This topic has 4 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Olga Barlow
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
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
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.
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
You must be logged in to reply to this topic.Log in/Sign up