Home Forums WoodMart support forum Archive description Reply To: Archive description

#29134

Artem Temos
Keymaster

Hello,

Thank you so much for contacting our support center.

There is no such option in our theme settings but you can do this manually customizing the theme files. Find the code in the file woocommerce/archive-products.php

<?php do_action( 'woocommerce_archive_description' ); ?>

and move it below the products code

		<?php 

			do_action( 'woodmart_woocommerce_main_loop' );

		 ?>

Kind Regards
XTemos Studio