Replies: 0
Hi guys,
on the single product page im trying to replace the short description by the normal product description.
Im using this code in my child theme functions.php
remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20); add_action('woocommerce_single_product_summary', 'the_content', 20);
Now the product description is shown where the short descirption was shown. Only problem i have is that the whole formatting (font size, line breaks) are deleted.
Im not that genius guy regarding coding so how can i solve this ? I used google the past 2 hours and tried a lot of code snippets but its just not working 🙁