Hi,
For having description outside the tabs under product image use the next function
COPY CODE
function woocommerce_product_description_outside_tabs() {
?>
<div>
<?php the_content(); ?>
</div>
<?php
}
add_action('woocommerce_after_single_product','woocommerce_product_description_outside_tabs' );
For any other customizations the responsible templates are located here:
/wp-content/themes/kleo/woocommerce/ and for the single product page the responsible file is : /wp-content/themes/kleo/woocommerce/content-single-product.php
To can have changes over theme update you should copy the files into child theme in the same location ( wp-content/themes/kleo-child/woocommerce/ )
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution