Home Forums Basel support forum REMOVE FILTERS FROM SHOP WIDGET AREA

REMOVE FILTERS FROM SHOP WIDGET AREA

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #174887

    reventor
    Participant

    How can i remove the “Sort By” & “Price Filter” in order to Expand another Filter full width in the Shop Widget Area. The Goal would be to only have a large color filter.

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

    Hello,

    Please provide your site URL I will provide custom CSS If your site is under maintenance, please provide your site admin access to the private area.

    Best Regards

    #175345

    reventor
    Participant

    Hello!

    Please find attached the data to access the site

    #175386

    Hello,

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

    #BASEL_Widget_Sorting{
    display:none;
    }
    #BASEL_Widget_Price_Filter{
    display:none;
    }

    Best Regards

    #175391

    reventor
    Participant

    Now the 2 filters are gone, but the design of the 3rd filter stays the same. it should use full witdh. please look at the picure. the last one shows the wanted result.

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

    Hello,

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

    body .filters-area .filter-widget.col-md-4 {
    	width:100%;
    }

    Best Regards

Tagged: ,

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