This topic has 2 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Rose Tyler
Hello. As shown in the screenshot – mobile only – there is a yellow line.
How can we delete this?
Hello,
Add this code in Theme Options > Theme custom CSS > Global custom CSS:
@media only screen and (max-width: 992px) {
.et_b_header-cart.et_element-top-level > a {
background-color: transparent;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up