Hey,
How do I insert custom content on each individual WooCommerce Archive page?
Will this be a future feature of X PRO? 
Hey,
How do I insert custom content on each individual WooCommerce Archive page?
Will this be a future feature of X PRO? 
Hello Frederik,
Thanks for asking. 
To add custom content to the WooCommerce category page, please walkthrough following steps:



Thanks.
Hey, thanks for this.
Is it possible to move the description field BELOW the products? 
Cheers
Hi There,
It’s possible. Please add this custom JS under Theme Options > JS:
jQuery('.archive.woocommerce p.p-landmark-sub').insertAfter('.woocommerce ul.products')
After that add this custom CSS under Theme Options > CSS:
.archive.woocommerce p.p-landmark-sub {
clear: both;
}
Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.