Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Move Woocommerce subcategory and page title

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #245481
    crawling
    Participant

    Hello,

    I like to move the subcategory and title below the products

    I already moved the description to below the products , anybody knows the hooks to move the subcategory and the title?

    this is the code i used to move the description to below the products.

    remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
    
       add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 100 );
    
Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.