Shopify themes, liquid, logos, and UX
I would like to remove the swipe arrows & image number below the featured collection on the home page, on mobile view.
Any advice is appreciated.
Hi @BraxtonEcom
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
@media screen and (max-width: 767px){
.slider-buttons.no-js-hidden {
display: none !important;
}
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
This worked for me-- thank you!
This isn't working for me, my mobile store still shows the arrows and numbers. It removed them for the desktop version of my store but I would like them to be removed on mobile as well.
Hello @BraxtonEcom ,
It's GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
@media(max-width: 767px){
.slider-buttons.no-js-hidden {
display: none !important;
}
}
</style>
Let us know how it works for you.
Best regards,
GemPages Support Team
This isn't working for me, my mobile store still shows the arrows and numbers. It removed them for the desktop version of my store but I would like them to be removed on mobile as well.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025