Home › Forums › WoodMart support forum › Hide logo artist on filter
Hide logo artist on filter
- This topic has 16 replies, 2 voices, and was last updated 6 months, 3 weeks ago by Luke Nielsen.
-
AuthorPosts
-
May 8, 2024 at 1:17 pm #564108
admin-3038ParticipantHello,
I try to hide the logo brand in the filter widget is it possible ?
Thanks Best Regards,
DavidAttachments:
You must be logged in to view attached files.May 8, 2024 at 3:37 pm #564167
Luke NielsenKeymasterHello,
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
May 9, 2024 at 1:56 pm #564413
admin-3038ParticipantHi thanks for the quick answer,
But unfortunatly it’s already set to “OFF”
Thanks
BR
DavidAttachments:
You must be logged in to view attached files.May 9, 2024 at 2:23 pm #564426
Luke NielsenKeymasterHello,
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
May 9, 2024 at 3:26 pm #564448
admin-3038Participantthanks 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.May 9, 2024 at 4:55 pm #564497
Luke NielsenKeymasterHello,
Try to use the code below for help:
.sidebar-widget .wc-block-components-checkbox__mark { display: none; }
Let me know the result.
Kind Regards
May 9, 2024 at 11:21 pm #564549
admin-3038ParticipantThanks !
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,
DavidMay 10, 2024 at 9:45 am #564605
Luke NielsenKeymasterHello,
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
May 10, 2024 at 10:57 am #564651
admin-3038ParticipantHello,
the print screen has been removed, can you add it again please ?
May 10, 2024 at 11:18 am #564662
Luke NielsenKeymasterSorry, check this one – https://prnt.sc/NpEWnkiCn-Ri
Kind Regards
May 10, 2024 at 4:29 pm #564770
admin-3038ParticipantHo 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
DavidMay 10, 2024 at 4:31 pm #564771
admin-3038ParticipantWell that is the state on sale ?
May 10, 2024 at 5:36 pm #564790
Luke NielsenKeymasterHello,
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
May 10, 2024 at 6:28 pm #564805
admin-3038ParticipantHello,
But right now it’s already in my language, just not all words are translated properly, it will help me in this case ?
BR
DavidMay 13, 2024 at 10:09 am #565093
Luke NielsenKeymasterHello,
Yep, it should help you, did you try to find those words to translate?
Looking forward to hearing back from you!
Kind Regards
May 20, 2024 at 11:19 pm #566944
admin-3038ParticipantHi,
indeed it’s ok !
Thanks a lot!BR
DavidMay 21, 2024 at 11:27 am #567071
Luke NielsenKeymasterHello,
You are welcome! In case you need any additional help, I’d be more than happy to assist you.
Wish you all the best.
Kind Regards
-
AuthorPosts
Tagged: filter widget brand
The topic ‘Hide logo artist on filter’ is closed to new replies.
- You must be logged in to create new topics. Login / Register