Home › Forums › WoodMart support forum › Product page image zoom issue › Reply To: Product page image zoom issue
April 22, 2018 at 5:05 pm
#53856
Artem Temos
Keymaster
Hello,
1. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.zoomImg {
background: white;
}
2. Use the following code
.variations_form .variations .value select {
border-radius:10px;
}
3. Here is an article from WooCommerce documentation that may help you customize your product page tabs https://docs.woocommerce.com/document/editing-product-data-tabs/
4. You can change your header color scheme in Theme Settings -> Header -> Styles & Colors.
5. Add this CSS class to that link in the menu woodmart-open-newsletter
.
Kind Regards