Add show more to vendor filter list for Retina Theme

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.

Hi @Mentorpublish ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Layout/theme.liquid
  2. Add code below to end of file and before tag ( refer screenshot)

@EBOOST ,

I have done as you said, but nothing change.

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.

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