Home Forums Basel support forum Filter Widget

Filter Widget

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #153515

    Mareike
    Participant

    Hi again,

    i don´t want the “Sort by” and “Price”-Filter in the Shop-Filter section. They aren´t visible in the widget overview and when i hide them via custom css the other filters were sortet ugly. Screenshots enclosed.

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

    Hello,

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

    #BASEL_Widget_Price_Filter,
    #BASEL_Widget_Sorting{
    display:none;
    }

    Best Regards

    #153708

    Mareike
    Participant

    Hey that is exactly what i already did, please look at the Screenshots (Filter-03.jpg) and read my message …

    #153720

    Hello,

    As I understood you wanted to remove these widgets: https://prnt.sc/pqil5k

    I provided the code. Please remove the code I have provided and show me on the screen what do you want to remove.

    Best Regards

    #153730

    Mareike
    Participant

    Yes, that is the area i want to remove and again: i already did the same comand with custom css and that causes that the widgets are displayed as in screenshot Filter-03 i postet already.

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

    Mareike
    Participant

    The problem is, that the widgets are sortet among themeselves instead of side by side as they do when the unintendet are displayed.

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

    Hello,

    Please add the code to the Theme Settings > Custom CSS https://prnt.sc/pqmvju

    #BASEL_Widget_Price_Filter,
    #BASEL_Widget_Sorting{
    display:none;
    }
    body .filters-inner-area > div:nth-of-type(4n+1) {
        clear: none;
    }

    Best Regards

    #153876

    Mareike
    Participant

    Thank you very much! That´s ist!

    #153880

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Filter Widget’ is closed to new replies.