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

TBParticipant
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.
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