Re: Remove Slider from Featured Collection (Scroll Enabled)

Solved

Remove Slider from Featured Collection (Scroll Enabled)

homerun
Tourist
10 0 7

Hello the good people of this community again.

 

What would be the CSS to remove the slider controls (and the blank space thus created) in the Featured Collection (Circled in Image Below).

HomeRun - Building materials at low prices delivered in 60 mins 2.jpeg

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

Please, replace on this one. 

 

@media only screen and (max-width: 989px){
slider-component .slider-buttons {
    display: none !important;
}
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

Hi @homerun 

check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media only screen and (max-width: 989px){
.slider-buttons {
    display: none;
}
}

 

And save. 

Result:

Made4uoRibe_0-1725305629617.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
homerun
Tourist
10 0 7

Sorry to take your time on this; this one didn't work for me. 


Have applied the above code and the slider is still there. This is a featured collection i have made with scroll enabled.

 

homerun_0-1725307044102.png

 

 

🙏

 

Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

Please, replace on this one. 

 

@media only screen and (max-width: 989px){
slider-component .slider-buttons {
    display: none !important;
}
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.