Home Forums WoodMart support forum Line overlap on product page

Line overlap on product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #660466

    zngntr
    Participant

    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.
    #660579

    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,

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)