Home Forums WoodMart support forum Moved: Reply To: Attribute > grid

Moved: Reply To: Attribute > grid

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

    badr
    Participant

    Thanks,
    Please can you give me the code to hide the “Sort by” in shop page?
    As we can’t edit what we want to show we prefer to hide it all.

    Regards.

    #320380

    Hello,

    If you mean the widgets in the top bar, please add this code to the Theme Settings > Custom CSS > Global:

    #WOODMART_Widget_Price_Filter,
    #WOODMART_Widget_Sorting{
    display:none;
    }

    If it is not what you mean, please provide the page URL and screen what you want to hide.

    Best Regards

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