Home Forums WoodMart support forum Disable Widgets Sort by and Price Filter in Filter Widget Area

Disable Widgets Sort by and Price Filter in Filter Widget Area

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

    Schmierfabrik
    Participant

    Hi there,

    how can I turn off the Sort by and Price Filter in the Filter Widget Area? I dont need it in my shop.

    thank you.

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

    Hello,

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

    #WOODMART_Widget_Price_Filter,
    #WOODMART_Widget_Sorting{
    display:none;
    }

    Best Regards

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