Take out Page counter

Take out Page counter

Suco
Explorer
117 0 14

IMG_3075.jpeg

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

https://www.behumblee.com

 

pass-Humblee3030

 

Replies 4 (4)

parth_ghelani
Shopify Partner
259 38 40

Hello @Suco 

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

Was your question answered? Mark it as an Accepted Solution.
If you need further assistance to optimize your store, please don't hesitate to reach out. I'm committed to providing you with my full support and ensuring that you get the most out of our collaboration.

Get in Touch: You can contact me directly at softkarts@gmail.com for any questions or concerns
Suco
Explorer
117 0 14

Can you check now please 

parth_ghelani
Shopify Partner
259 38 40

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;
  }
}

4. 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

Was your question answered? Mark it as an Accepted Solution.
If you need further assistance to optimize your store, please don't hesitate to reach out. I'm committed to providing you with my full support and ensuring that you get the most out of our collaboration.

Get in Touch: You can contact me directly at softkarts@gmail.com for any questions or concerns
Moeed
Shopify Partner
7484 2027 2486

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 </body> tag

<style>
.slider-buttons {
    display: none !important;
}
</style>

 

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

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications