• Resolved siddjain

    (@siddjain)


    Hello,

    How can I remove the woocommerce sorting options when using this theme? I see that the theme adds this action

    add_action( ‘nv_woo_header_bits’, ‘woocommerce_catalog_ordering’, 30 );

    in edit_woocommerce_header()

    I tried removing this action in the:

    • plugins_loaded
    • init
    • setup_theme
    • after_setup_theme

    hooks but none of them worked. Can anyone tell me How can I remove the woocommerce sorting options when using this theme? Thanks for your help.

Viewing 1 replies (of 1 total)
  • Kush

    (@kushnamdev)

    Hey @siddjain,

    Thanks for using Neve and reaching out.

    You can use the following Custom CSS code to remove the WooCommerce sorting Options available at shop page.

    Add the code under Customizer > Additional CSS .

    .nv-woo-filters {
    
    display: none;
    
    }

    I hope it helps.

    Thanks and have a great day!

Viewing 1 replies (of 1 total)

The topic ‘Remove woocommerce sorting options’ is closed to new replies.