Hi,
For the vendor filter list, it will show every vendor on the page, is it possible it will just show (eg.) first five vendors, then have a “show more” link below, and when click, all vendor filter list then show out?
Here is my website: https://1cabe3-26.myshopify.com/
Thank you.
EBOOST
July 29, 2024, 7:06am
2
Hi @Mentorpublish ,
May I suggest to update code these steps:
Go to Store Online-> theme → edit code
Layout/theme.liquid
Add code below to end of file and before tag ( refer screenshot)
@EBOOST ,
I have done as you said, but nothing change.
EBOOST
July 29, 2024, 8:26am
4
Hi,
Sorry I suggest code for block above.
You can replace old code with code below:
Hi @EBOOST ,
It is working, but is it possible that this checkbox wont be shown?
Thank you very much.
EBOOST
July 29, 2024, 8:42am
6
Hi,
You can refer screenshot to add code below:
.collection-filters__filter:not(.less-more) li:nth-child(6) a:before { display: none;}
Hi @EBOOST ,
It worked perfectly now, thank you very much