Shopify themes, liquid, logos, and UX
Hi, how could I remove slide counter on mobile swipe enabled sections, but it is not slides, its collections and multicolumn sections. See picture bellow
Solved! Go to the solution
This is an accepted solution.
Go to your Online Store > Themes > Customize > select section you want to hide slide counter, add code in Custom CSS
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Code did not worked whent put in base.css, but worked when put in each section custom CSS field 🙂
Hello @DaivaHappy ,
Could you please share website URL and password here?
Thanks,
Ritu
Hello @DaivaHappy ,
Please add this CSS in Base.css.
.collection-list-wrapper .slider-buttons {
display: none;
}
The code worked on collections section, but on multicolumn (section bellow in my picture) you can still see the counter. Could you help me to remove that one as well?
Okay then for all just use this code.
.slider-buttons {
display: none;
}
This is an accepted solution.
Code did not worked whent put in base.css, but worked when put in each section custom CSS field 🙂
You can add this code to Custom CSS of each section in Online Store > Themes > Customize to remove it
.slider-buttons { display: none; }
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
I am not that advanced to be able to put code somewhere in the middle... 😞
This is an accepted solution.
Go to your Online Store > Themes > Customize > select section you want to hide slide counter, add code in Custom CSS
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
thank you, perfect explanation and it worked 🙂
@media screen and (max-width:990px) {
.slider-mobile-gutter .slider-buttons {
display: none;
}
}
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