How Can I Change the Category Description Position
-
Hello,
First, congratulations for your theme!
When I go to the Category Page, the description is showing before the products, I´d like to change the position, in think is more common the product show first.
http://prntscr.com/dg9xyg
Is it possible in a easy way?
Cheers.
Hello,
Thank you so much purchasing our theme and contacting our support center.
You can change categories description in the file basel/woocommerce/archive-product.php
. We suggest you copy it to the child theme and change the position of this code snippet
<?php do_action( 'woocommerce_archive_description' ); ?>
Kind Regards
XTemos Studio