How would we make only 6 product show up on a feature collection mobile but keep the desktop version with 8 products? we only need to edit the mobile version.
our website : www.munnafashion.com
*we are only need the first featured collection on our home page edited.
Hi @munfas_uk ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file
@media (max-width: 767px) {
li#Slide-template--18026016604473__featured_collection-7 {
display: none;
}
li#Slide-template--18026016604473__featured_collection-8 {
display:none;
}
}
Hope my answer will help you.
Kate from PageFly Team
1 Like
Thank you, that worked! Your help was very much appreciated. 
1 Like