Tagged: woocommerce
Hey there,
how to hide the woocommerce cart icon on the checkout page.
I actually don`t want people to be distracted this far in the buying process.
Thank you in advance.
Nobody?
Regardless whether removing the icon from the checkout is a wise decision you can add the following css code to your custom css:
.woocommerce-checkout ul#menu-item-shop {
display: none;
}
Hi ibetubet,
Have you tried the solution above?
@mensmaximus thank you for your input.
Best regards,
Victoria
Hi Victoria,
yes I copied the code to my custom css field.
It didn`t work :(
Do you have an idea?
Cheers
Hi ibetubet,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria