Take out Page counter

Hi , wanna take this Page counter out on swipe mobile view can you help me ?

https://www.behumblee.com

pass-Humblee3030

Hello @Suco

There is no slider on your site. Please share the url where your section is situated so i can find the solution ?

Can you check now please

To remove the counter and arrows from the slider,

You just need to follow below steps:

  1. Go to admin > Online store > edit code.

  2. In the code directory, find the file named “component-slider.css”, and open the file.

  3. Scroll down at the end of the file. copy below mentioned CSS and paste it at the end of this file.

@media (max-width: 989px) {
  .slider-buttons {
    display: none;
  }
}
  1. Don’t forget to save the file after changes.

Hope this solution works best for you.

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

Best Regards

Parth ghelani

Hey @Suco

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed