Home Forums WoodMart support forum disable filters

disable filters

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

    inwebpt
    Participant

    I want to disable the first two filters (marked with the arrow) in the following printscreen:
    https://prnt.sc/u0y9yw

    But I don’t know where to do this because they are not widgets.
    Can you help me? Thank you!

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

    Hello,

    First of all, thanks for choosing our Theme and Welcome to WoodMart Family :).

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

    #WOODMART_Widget_Price_Filter,
    #WOODMART_Widget_Sorting{
    display:none;
    }

    Regard’s.
    Xtemos Studio.

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