Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #995594

    I have successfully moved the Product Category Description below the products using the script below, however, the description is still in the full width image header. Is there additional code or CSS that can be added to remove the product category description content in the full width banner, but keep below the products? (Site and login included.)
    Thanks.

    // move category description
    add_action(‘init’, ‘woocommerce_mod’);
    function woocommerce_mod() {
    remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 11 );
    add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 5 );
    }

    • This topic was modified 5 years, 8 months ago by dwags52.
    #995734

    Hey dwags52,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.