Hi @serapiony,
You should be able to change the background color to white using this custom CSS
.woo_c-product .single-product-tabs .tab-items-container {
background-color: white;
}
You’ll have to navigate to Appearance > Customize > Additional CSS and add the above code.
Regarding the text, you’ll find the steps to translate WooCommerce text strings here: https://docs.woocommerce.com/document/woocommerce-localization/#section-5
I hope that helps!
To change the colour, try this custom css:
.woo_c-product .single-product-tabs .tab-items-container {
background-color: #fff !important;
}
Custom css can be entered at:
Dashboard > Appearance > Customize > Additional CSS
To change the text, try the Say What? plugin:
https://ww.wp.xz.cn/plugins/say-what/
At Tools > Text changes, set up a new string replacement with these settings:
Original string: Description
(in English, must be exact)
Domain: woocommerce
Context:
(leave blank)
Replacement string: videos
Glad to hear it – thanks for letting us know!
I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.
Thanks.