REMOVE ARROWS AND NUMBERS ON THE SLIDER ON COLLECTION LIST - DAWN THEME

Solved

REMOVE ARROWS AND NUMBERS ON THE SLIDER ON COLLECTION LIST - DAWN THEME

riqui900
Excursionist
22 0 3

Guys, i've tried a lot of codes, but i still cant remove this on mobile version, please someone help me 😕

my website: www.fandomfashionhouse.com.br

check the image below please

riqui900_1-1711482677188.png

 

 

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4584 1050 1710

This is an accepted solution.

Hi @riqui900 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (max-width:767px) {
#shopify-section-template--15545108103256__collection_list_zgmjh7 .slider-buttons {
    display: none;
}
}
</style>

PageFlyRichard_0-1711503201200.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Richard
Shopify Partner
4584 1050 1710

This is an accepted solution.

Hi @riqui900 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (max-width:767px) {
#shopify-section-template--15545108103256__collection_list_zgmjh7 .slider-buttons {
    display: none;
}
}
</style>

PageFlyRichard_0-1711503201200.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

DevgeeksCoUK
Shopify Partner
2 0 0

not solved