I need to change the layout of products page.
For exemple i need to remove some social icon, i need to translate "WRITE YOUR COMMENT" and distance wishlist and compare icons from "ADD TO CART" icon.
How can i do this?
Use the Loco translate plugin to translate sites on theme and themeFTC plugin
# please leave the icon you want to delete, this option can only be enabled / disabled at theme options / Ecommerce / Product detail / Product sharing
Hi,
i'm using Karo v 2.2.
I need to change the layout of products page. For exemple i need to remove some social icon, i need to translate "WRITE YOUR COMMENT" and distance wishlist and compare icons from "ADD TO CART" icon. How can i do this?
thank you.
Hi Marcello Camera !
Use the Loco translate plugin to translate sites on theme and themeFTC plugin # please leave the icon you want to delete, this option can only be enabled / disabled at theme options / Ecommerce / Product detail / Product sharing
thank you
hi, what about the distance of whishlist and compare icons, from add to cart button?
thank you,
Marcello
Hi Marcello Camera !
Add the following css property at Appearance-> Customize-> Additional CSS
div.product .summary .yith-wcwl-add-to-wishlist {
margin-left: 200px;
}
thank you