Remove the scroll button shown on the collection card

Topic summary

A user sought help removing circular scroll buttons appearing on their homepage’s “collection list” and “featured collection” sections. The buttons only displayed on mobile, not desktop.

Solution Provided:
Two community members offered CSS solutions:

  • Add custom CSS code to hide the slider buttons: .slider-button { display: none !important; }
  • Insert the code either through Online Store > Theme > Custom CSS or by editing component-slider.css in the theme files

Outcome:
The issue was successfully resolved using the provided CSS code. The original poster confirmed the solution worked and expressed gratitude. They subsequently asked for help with an unrelated header design question in a separate thread.

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

Hello everyone

I was wondering if anyone could help me to remove the two buttons shown on my homepage, specifically on my “collection list” section and “featured collection” section.

I just want to remove the 2 round buttons on these two sections please do not affect the other sections that have the scroll button. The 2 buttons only show on my mobile, not on the desktop :slightly_smiling_face:

Thank you so much!

URL: yinheart.com

Theme: Sense

Hi @lottiediao

You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

.slider-button {
display: none !important;
}
1 Like

Hello @lottiediao

Go to online store ----> themes ----> actions ----> edit code ----> assets ---->component-slider.css
add this code at the end of the file and save.

.slider-button.slider-button--next {
display: none !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Hi @Dan-From-Ryviu thank you very much! that worked, you are wonderful! Have a good day :slightly_smiling_face:

1 Like

You are very welcome!

Do you mind looking at my another unsolved question?

1 Like

Sure, let me know that question?

1 Like

Here is the question I posted:

https://community.shopify.com/c/shopify-design/header-design-transparent-to-white-when-scrolling-down-while/m-p/2874502#M753512

Thank you so much! Really appreciate your help :slightly_smiling_face: