Hello, I was just wondering if there’s a way to have a single solid border only under the header and not bordering the top. I messed around in the theme settings but my problem is that it borders the cart icon and everything contained within the header. If there is a quick css code that would be awesome!! Thanks!
Hi,
Can you post the link to your website please?
Regards,
Josue
But the header already has a bottom white border, can you create a screenshot/mockup of what you want to achieve?
Cheers!
Josue
Hey!
Try adding this code to the Quick CSS:
.cart_dropdown.visible_cart {
border: 0;
}
#header_main {
border-top: 0;
}
Cheers!
Josue
Perfect! You guys are wizards!! Thank you!!
You are welcome, glad we could help :)
Regards,
Josue