Home Forums WoodMart support forum Access and Edit The Product Filter Widget

Access and Edit The Product Filter Widget

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

    MohammedAlshati
    Participant

    I was trying to edit the filter widget as seen in the attached image. I was able to add elements through Appearance->Widgets->Shop filters, but I couldn’t edit or remove the first two elements, namely Sort by and Price Filter. How can I edit those?

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

    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)