Site logo

[Resolved] How to display Woo Cart-Icon only on desktop, not on mobile?

Home Forums Support [Resolved] How to display Woo Cart-Icon only on desktop, not on mobile?

Home Forums Support How to display Woo Cart-Icon only on desktop, not on mobile?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2488823
    Sascha

    Hello,

    need to disable the cart-icon on mobile, while still showing on desktop due to the appropriate customizer-settings. Cannot find any settings for this, can you please guide me?

    Thank you in advance and kind regards,
    Sascha

    #2488904
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS to your site:

    @media(max-width: 768px) {
        .menu-bar-item.wc-menu-item {
            display: none;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.