Home Forums Basel support forum Config Shop page Reply To: Config Shop page

#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