Home Forums WoodMart support forum Unable to get disable a widget

Unable to get disable a widget

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

    lielowspark
    Participant

    I’m trying to get the “sort by” widget to go away. I’d like to place a sorting widget that sorts the products from assending to dessending. See the attached screenshots below. 1st screenshot is the one I’d like to get rid of and the second screenshot is what I am trying to accomplish.
    Can anyone please help me?

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

    Hello,

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

    #WOODMART_Widget_Sorting{
    display:none;
    }

    Best Regards

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