Site logo

Archived topic

Remove the URL from the menu cart icon

16 replies · Started by Tim on April 21, 2021

Viewing posts 16–17 of 17

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

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 :)

This archived topic is closed to new replies.