Home › Forums › WoodMart support forum › Archive description › Reply To: Archive description
December 15, 2017 at 6:30 pm
#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