Logo line on mobile has weird characters on top of cart icon. Dissappears when scrolling down.
This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Olga Barlow
Logo line on mobile has weird characters on top of cart icon. Dissappears when scrolling down.
Hello,
Add the following code in child theme styles.css
.header-color-dark .shopping-container.ico-design-2 .cart-summ .cart-bag,
.header-color-dark .shopping-container.ico-design-3 .cart-summ .cart-bag {
border: none;
}
.header-color-dark .shopping-container.ico-design-2 .cart-summ .cart-bag:before,
.header-color-dark .shopping-container.ico-design-3 .cart-summ .cart-bag:before {
border: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up