Home Forums WoodMart support forum Remove Grey Border Line below last Product Tab (Product Page)

Remove Grey Border Line below last Product Tab (Product Page)

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

    TB
    Participant

    Hello.

    How is it possible to delete the gray line at the bottom of the last tab on the product pages? (see screeshot)

    Unfortunately, this always results in duplication and doesn’t look very nice.

    And how about a CSS custom code to delete all gray lines of the product tabs?

    Thanks for your support.

    Kind regards

    Attachments:
    You must be logged in to view attached files.
    #628772

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    .single-product .product-tabs-wrapper {
        border-bottom: none !important;
    }

    Best Regards

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