Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #788142

    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?

    • This topic was modified 7 years, 2 months ago by Namialos.
    #788147

    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

    #788318

    Hey,

    thank you for the quick response. Unfortunately it didnt work, the cart is still there.

    Best wishes,

    Solaiman

    #788332

    Hi,

    Please flush cache and refresh your page a few times. It seems like we are seeing cached version of your site. If that too does not help, please create a temporary admin login and post it here privately so we can look into it

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.