I think the class “woocommerce-product-details__short-description” is from the Zerif Lite theme. But let me know if you disagree 🙂
/Jon
You can add the following to the file functions.php in your theme:
remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘jojo_woocommerce_description_after_shop_loop_item_title’);
add_action( ‘woocommerce_after_shop_loop_item_title’, ‘jojo_woocommerce_description_after_shop_loop_item_title’, 20);
This would switch around text and price.
Use a child theme if possible.
Hi Gramby1138
I am sorry that it took so long for me to answer, but i was not aware of your question. I havent found a way to be notified when someone writes here.
I tried to install the Zerif Lite theme on a WooCommerce site, and i am unable to reproduce the error. In my installation the products shows only one short decription.
Are you still experiencing this problem?