Home Forums WoodMart support forum Hide logo artist on filter

Hide logo artist on filter

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #564108

    admin-3038
    Participant

    Hello,

    I try to hide the logo brand in the filter widget is it possible ?

    Thanks Best Regards,
    David

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

    Luke Nielsen
    Keymaster

    Hello,

    Edit that filter in Appearance -> Widgets and disable “Labels” here – https://prnt.sc/erLfIIW-0VCI

    Let me know if you have any additional questions.

    Kind Regards

    #564413

    admin-3038
    Participant

    Hi thanks for the quick answer,

    But unfortunatly it’s already set to “OFF”

    Thanks
    BR
    David

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

    Luke Nielsen
    Keymaster

    Hello,

    In this case, try to use the code below:

    body .woodmart-woocommerce-layered-nav .wd-swatches-brands .wd-swatch-bg {
        display: none;
    }
    
    body .woodmart-woocommerce-layered-nav .wd-swatches-brands a{
        flex: unset;
    }
    
    body .woodmart-woocommerce-layered-nav .wd-swatches-brands .wd-filter-lable {
        display: block;
        margin-inline-start: 0;
    }

    Define it in Theme Settings -> Custom CSS. Clear the cache and recheck the issue.

    Kind Regards

    #564448

    admin-3038
    Participant

    thanks that’s perfect !

    Another question about filter, I add stock filter, but I have a big icon, is it possible to remove it ?

    BR
    David P.

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    .sidebar-widget .wc-block-components-checkbox__mark {
        display: none;
    }

    Let me know the result.

    Kind Regards

    #564549

    admin-3038
    Participant

    Thanks !

    Just one last thing is it possible to have the same style than the other filter ?

    Because it’s bigger & the color is dark instead of gray.

    BR,
    David

    #564605

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    .sidebar-widget .wc-blocks-filter-wrapper .wp-block-woocommerce-stock-filter .wc-block-components-checkbox__label {
        color: var(--wd-link-color);
    }
    
    .sidebar-widget .wc-blocks-filter-wrapper .wp-block-heading {
        font-size: 16px;
        font-weight: 600;
    }

    In general, I suggest you try to use our “In stock” widget – https://prnt.sc/5GV0–YxuE22

    Thank you for your time.

    Kind Regards

    #564651

    admin-3038
    Participant

    Hello,

    the print screen has been removed, can you add it again please ?

    #564662

    Luke Nielsen
    Keymaster

    Sorry, check this one – https://prnt.sc/NpEWnkiCn-Ri

    Kind Regards

    #564770

    admin-3038
    Participant

    Ho yes that’s good with this !

    Just one last things, is it possible to rename the field because one of them is not in french, and one of them is not explicit !

    BR
    David

    #564771

    admin-3038
    Participant

    Well that is the state on sale ?

    #564790

    Luke Nielsen
    Keymaster

    Hello,

    I suggest you use the Loco Translate plugin to change those fields – https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Let me know if you have any additional questions.

    Kind Regards

    #564805

    admin-3038
    Participant

    Hello,

    But right now it’s already in my language, just not all words are translated properly, it will help me in this case ?

    BR
    David

    #565093

    Luke Nielsen
    Keymaster

    Hello,

    Yep, it should help you, did you try to find those words to translate?

    Looking forward to hearing back from you!

    Kind Regards

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