Home Forums WoodMart support forum Filter text

Filter text

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

    fliesenbad
    Participant

    When the text swatch is opened, it looks like this in the filter, but I don’t want this. I want it to look like the text swatch is not opened. Thanks in advance for your help.

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

    Luke Nielsen
    Keymaster

    Hello,

    Sorry for the delay.

    Do you mean that you want to disable the border and the bold font for these attributes https://take.ms/j3YJs ?

    I await your response.

    Kind Regards

    #488685

    fliesenbad
    Participant

    Yes, that’s what I’m talking about, sorry about the English.

    #488823

    Luke Nielsen
    Keymaster

    Hello,

    Please navigate to Products -> Attributes -> edit those attributes (https://monosnap.com/file/bkBXfmjbjSHt4Ht2LcYgjGxbt0jkU2) and turn off the “Text swatch” option:

    https://take.ms/ErQHb

    Then clear the cache and recheck the issue.

    Kind Regards

    #489287

    fliesenbad
    Participant

    Sorry for the delay, it happens this way when I switch it off and I don’t want it to be like this(Screenshot_2). I want to make a selection as in Screenshot_2.

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

    fliesenbad
    Participant

    Screenshot_2

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

    Luke Nielsen
    Keymaster

    Hello,

    Could you please send me the URL link to your website so I look closer at it?

    Thank you in advance.

    Kind Regards

    #490091

    fliesenbad
    Participant

    here

    #490334

    Luke Nielsen
    Keymaster

    Hello,

    Please try to use the below code for help, define it in Theme Settings -> Custom CSS.

    .wd-product-filters .wd-swatches-filter .wd-swatch.wd-text {
        border: none;
    }
    
    .wd-product-filters .wd-swatch.wd-text .wd-swatch-text {
        font-weight: 400;
        padding: 0;
        color: #777;
    }
    
    .wd-product-filters [class*="wd-swatches"].wd-text-style-4 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-text  {
        border-color: unset;
        background-color: unset;
        color: inherit;
    }

    Kind Regards

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