Reply 296754 to: How can hide the border? look at the picture

Avatar: Rose Tyler
Rose Tyler
Support staff
July 29, 2021 at 15:17

Hello,

Here is what I can see – https://gyazo.com/22c988a0b07e2dc75397c4c0e5c36c8b , you added box-shadow using custom CSS code. Do you need our assistance still?
When I remove your code via browser console, I can see tabs like on your screenshot, so https://gyazo.com/513f685ecd56dd352f9c465db34954ca

.single-product .wc-tabs:after {
    display: none;
}

or https://gyazo.com/1e48df41a0a1b5d5334ecc47e5a5693a

.single-product .woocommerce-tabs.vertical {
    border: 1px solid #e1e1e1;
}
.single-product  .woocommerce-tabs .et-woocommerce-tab {
    border-left: none;
}
.single-product  .woocommerce-tabs.vertical .wc-tab {
    padding-top: 30px;
    padding-bottom: 30px;
}
.single-product  .woocommerce-tabs.vertical .wc-tabs {
    margin-top: 0px;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.