Line overlap on product page
-
On the product description page, the line under the freeshipping progress bar overlaps with the line above the description. How can I remove the line above the description?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.single-product .wd-accordion.wd-style-default>.wd-accordion-item:first-of-type, .wd-accordion.wd-style-default>.wd-nav-wrapper+.wd-accordion-item {
border-top: none !important;
}
Best Regards,