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

    Hello,

    How do I remove the Woocommerce cart icon on mobile for enfold child theme?

    Our website is catalog, not shop with buy now functions, so we would like to get rid of it somehow :)

    Thank you very much!

    #934316

    Hey MartiskaSon,

    To remove that, you can add this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top #header .cart_dropdown {
        display: none !important;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #934708

    Thank you Nikko, have a great day!

    #934778

    Hi,

    Glad we could help!

    Thank you for using Enfold.

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do I remove the Woocommerce cart icon on mobile for enfold child theme?’ is closed to new replies.