Site logo

[Resolved] Remove the URL from the menu cart icon

Home Forums Support [Resolved] Remove the URL from the menu cart icon

Home Forums Support Remove the URL from the menu cart icon

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #1801093
    Vin

    Hi there,

    I’m trying to achieve the same thing (have the cart icon without a URL, as I’m using a third party cart popup).

    However, I’d like to keep the number-of-items-in-cart-badge as a function, so just having the icon doesn’t sound like the right solution for me.

    Is there a way to remove the URL after all/replace it with a # ?

    Thanks!
    Kevin

    #1802038
    Ying
    Staff
    Customer Support

    Hi Kevin,

    You could also try this CSS, it will not remove the link, but the link won’t be clickable.

    span.menu-bar-item.wc-menu-item a {
        pointer-events: none;
    }

    If you need further assistance, please open a new topic with your site info.

    Let me know 🙂

Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.