It works now. Thanks
Regarding this. “The options as “Enable image zoom on product images” or “Disable product slider” not work.”
It doesn’t work anymore after the Woocommerce 3.0, there is a not on the fields explaining that. it will only work under Woocommerce 2.6 or lower.
Regarding the background color, add the code below to your custom css option to remove it.
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
background: transparent!important;
}
-Rui