Home Forums WoodMart support forum Remove filter names from dropdown menu

Remove filter names from dropdown menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #222117

    roadlink
    Participant

    Hi,

    I don’t want to show this in filters. https://prnt.sc/u817tk

    Label is already of in widgets area. https://prnt.sc/u818f5

    How i can remove it?

    #222143

    Hello,

    Please remove this widget from the Shop page widget area in the Appearance > Widgets.

    Best Regards

    #222159

    roadlink
    Participant

    Hi,

    What do you men with remove widget?

    I want filter but I don’t want to show attribute name in it.

    #222183

    Hello,

    I misunderstood you. As I understand you want to hide the label: https://prnt.sc/u8c6im

    Best Regards

    #222198

    roadlink
    Participant

    Hi Elise,

    Yes, and as i mentioned in first message it is already off.

    #222253

    Hello,

    Enter the widget and clean the title area https://prnt.sc/u8jcxi

    Best Regards

    #222261

    roadlink
    Participant

    Hello,

    I guess you misunderstanding me.

    I don’t want to remove title.

    I want to remove label which is inside of Dropbox.

    I guess label off setting is for this, right?

    #222341

    Hello,

    Please provide the screen of what you want to delete.

    Best Regards

    #222439

    roadlink
    Participant

    https://prnt.sc/u817tk
    Pointed in red.

    #222615

    Hello,

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

    body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input[type=text] {
        display:none;
    }

    Best Regards

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