Remove Arrows from Featured Products

Solved

Remove Arrows from Featured Products

Sproud
Tourist
12 0 4

Hello, I would like to remove these arrows and numbers from underneath my Featured Collection on my home page. I would also like to remove them from my multicolumn.  

 

Theme: Origin

 

Preview: https://pg7vhe5h6xc4t4nz-58489143504.shopifypreview.com

 

Screenshot 2024-09-30 at 14.24.09.pngScreenshot 2024-09-30 at 14.27.30.png

Accepted Solution (1)

websensepro
Shopify Partner
1221 136 156

This is an accepted solution.

Hi @Sproud 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

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

 

websensepro_0-1727699642685.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

 

If you are happy with my help, you can help me buy a COFFEE

 

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial

View solution in original post

Replies 5 (5)

suyash1
Shopify Partner
9876 1228 1566

@Sproud  but then you will not be able to scroll next products

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me
Sproud
Tourist
12 0 4

You can still scroll with your cursor (desktop) or swipe with finger (mobile). 

websensepro
Shopify Partner
1221 136 156

This is an accepted solution.

Hi @Sproud 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

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

 

websensepro_0-1727699642685.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

 

If you are happy with my help, you can help me buy a COFFEE

 

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
Sproud
Tourist
12 0 4

Thank you so much!

websensepro
Shopify Partner
1221 136 156

Glad it worked. Your most welcome!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial