Tagged: shop, woocommerce
Hi, is there a way to remove the ‘Show details’ overlay? Or at least a way to translate it?
Hey mazeika!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.button.show_details_button { display: none!important; }
#top .avia_cart_buttons .button { width: 100%; }
you can translate the string using this plugin – https://wordpress.org/plugins/codestyling-localization/
Cheers!
Yigit
brilliant! many thanks for the answer