Shopify themes, liquid, logos, and UX
Hi,
I would love some help please. This is for my Collection List on my homepage using the DAWN theme.
As you can see from the attached image, I would like to remove the 1-11 numbers completely from the bottom of the section (only on mobile) and also remove the huge unused space, again just on the mobile.
I hope that makes sense, I would really appreciate some help please.
Many thanks,
Leyla Jane.
Solved! Go to the solution
This is an accepted solution.
Hi @LJPH
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
@media (max-width: 767px) {
.slider-buttons{
display: none !important;
}
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hi @LJPH
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
@media (max-width: 767px) {
.slider-buttons{
display: none !important;
}
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
I am so incredibly grateful, thank you it worked perfectly! Sending you lots of good energy 🙂
Hi Richard,
I hope this message finds you well.
I wondered if you could help with an update to this code please. I would like to update it so that this only applies to the homepage. I would like the other pages within my site to include the option for a counter if possible. I hope that makes sense.
Many thanks,
Leyla.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025