Tagged: shopping cart
Hey,
I would like to completly remove the shopping cart in the header using CSS. I saw a previous reply that gave following CSS that did not work for me:
#top .cart_dropdown { display: none; }
Why doesnt it work anymore?
Hey Namialos,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#menu-item-shop {
display: none!important;
}
Your website looks really nice by the way!
Best regards,
Yigit
Hey,
thank you for the quick response. Unfortunately it didnt work, the cart is still there.
Best wishes,
Solaiman