Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #393236

    Is there a way to remove Cart icon from mobile menu?

    Adam
    CENTREX Business VoiP

    #393553

    Hey Adam!

    Try to adding the following code to your Quick CSS:

    @media only screen and (max-width: 767px) {
    .cart_dropdown_first{
    border-color: transparent !important;
    }
    
    .cart_dropdown_first .cart_dropdown_link {
    display: none !important; 
    }
    }
    

    Regards,
    Rikard

    • This reply was modified 9 years, 9 months ago by Rikard.
    #400143

    Removes everything but the outer rim of the box and I can still click on it.

    #400412

    Hi!

    I checked the site but I can’t see the cart icon in the mobile menu. Did figure out a way to remove it?

    Best regards,
    Ismael

    #401512

    I added your code back Centrex Cloud Communications

    #401516

    Hey!

    Please use following code instead

    @media only screen and (max-width: 768px) {
    ul.cart_dropdown { display: none!important; }}

    Regards,
    Yigit

    #403121

    Perfect,
    Adam
    IP Centrex | VoIP | Hosted PBX | Kazoo

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold WooCommerce Remove Cart From Mobile Menu’ is closed to new replies.