Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Remove column numbers on MOBILE

Solved

Remove column numbers on MOBILE

jakethagun
Excursionist
20 0 1

IMG_9389.png

Want to remove the number of the amount of columns on mobile it’s fine on a PC

https://7e769e-70.myshopify.com/

pw: jake

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
702 139 144

This is an accepted solution.

Hello @jakethagun 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-slider.css
add this code at the end of the file

.slider-buttons {
display: none;
}

and the result will be
20.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

Was I helpful?

Buy me a coffee


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me

View solution in original post

Replies 3 (3)

Rahul_dhiman
Shopify Partner
702 139 144

This is an accepted solution.

Hello @jakethagun 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-slider.css
add this code at the end of the file

.slider-buttons {
display: none;
}

and the result will be
20.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

Was I helpful?

Buy me a coffee


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me

aBox_Agency
Shopify Partner
87 9 16

Hello @jakethagun 

Online Store > Theme > Edit Code > base.css

Go to Bottom

 

.slider-counter {
    display: none !important;
}

 

 

ss7.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Thank You

Regards,
aBox Agency | Shopify Partners

Need help customizing your Shopify store? Feel free to reach out to us at Shopify Partners Directory or visit our website at aBox.Agency.

If you found this post helpful, please give it a like!

niraj_patel
Shopify Partner
2378 514 508

Hello @jakethagun 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
.slider-counter {
display: none !important;
}
}
</style>

techlyser_web_0-1721344069086.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com