Home › Forums › Basel support forum › Config Shop page › Reply To: Config Shop page
December 6, 2017 at 12:15 pm
#27455
Artem Temos
Keymaster
Hi @luvalo,
If you simply want to move the description you need to edit a file woocommerce/archive-products.php
and move this line
<?php do_action( 'woocommerce_archive_description' ); ?>
under this code
<?php
do_action( 'woodmart_woocommerce_main_loop' );
?>
Regards