Inserting custom content on WooCommerce Category pages (archives)

Hey,

How do I insert custom content on each individual WooCommerce Archive page?

Will this be a future feature of X PRO? :sunny:

Hello Frederik,

Thanks for asking. :slight_smile:

To add custom content to the WooCommerce category page, please walkthrough following steps:

  1. Under Products > Category click on Edit link.

  1. Scroll down and under Description, add your content and save the changes.

  1. You can also change the Title and Subtitle by adding the text under Archive Title and Archive Subtitle.

Thanks.

Hey, thanks for this.

Is it possible to move the description field BELOW the products? :slight_smile:

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 :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.