Home Forums WoodMart support forum Default filters/sorting displaying on the top of search filter

Default filters/sorting displaying on the top of search filter

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #177998

    boxcart
    Participant

    Hi
    I need to remove the price filter/sorting in my search widget
    I have checked in the shop filter widget, there is nothing in the shop filter that displays above the products section I have tried these suggestions in your forum but nothing works:

    add_filter( ‘woodmart_use_custom_price_widget’, ‘__return_false’, 10 );
    I have tried this code in global css:

    #WOODMART_Widget_Price_Filter,
    #WOODMART_Widget_Sorting{
    display:none;
    }
    Please assist

    Attachments:
    You must be logged in to view attached files.
    #178000

    boxcart
    Participant

    Sorry username is admin, not Admin

    #178101

    Hello,

    Now your site is not workable. https://prnt.sc/rbzy0r

    Contact me as soon as it works.

    Best Regards

    #178105

    boxcart
    Participant

    Hi

    Please try again

    #178106

    boxcart
    Participant

    please try again

    #178152

    Hello,

    It is not possible to remove the only price. I can provide CSS to remove the sorting completely.

    .woocommerce-ordering {
    display:none;
    }

    Best Regards

    #178192

    boxcart
    Participant

    that helped thank you, should put these short cuts in a system somewhere to help edit the theme

    #178293

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)