Disable borders in beaver builder themer for woocommerce product page

I made a theme layout for Woocommerce product pages with Beaver Builder Themer.
I can’t figure out how to disable the borders around the product image and the product description.
Can somebody help me with that?

https://develop.springstore.nl/product/ernst-schaal-met-rotan-handvat-groot/

The website in is a testmode, that’s why it asks for a password → ‘wachtwoord’ it is.

I found it :smiley:

/*Remove image border*/
.woocommerce .product img {
    border: none !important;
}

/*Remove border*/
.woocommerce div.product .woocommerce-tabs .panel {
    border: none;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
border: none;
}

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.