I am attempting to remove the cart icon, ‘Cart’ text and amount text from the top bar. What code do I need to insert to do this?
This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
I am attempting to remove the cart icon, ‘Cart’ text and amount text from the top bar. What code do I need to insert to do this?
Hello,
Add this code in custom.css file:
.header-type-6 .shopping-cart-link {
display: none;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up