Site logo

Archived topic

Only Display Woo Cart in Menu within Woo Section?

3 replies · Started by Ian on February 16, 2022

Viewing posts 1–4 of 4

Is it possible to only display the cart icon when a user is within Woo and not show it on the rest of the site?

I noticed there was some css to hide the icon when it's empty, that no longer works for me.

Hi Ian,

Try this:

body:not(.woocommerce-page)  .menu-bar-item.wc-menu-item{
    display: none;
}

Fantastic Ying! That did it! You rock!

Great :)

You are welcome!

This archived topic is closed to new replies.