How to remove the numbers under the collection list in mobile page?

Hi, Anyone can help me .please to remove the numbers under the collection list in the home page? I attached a screenshot, best regards,

1 Like

Hi @zamzamel

Would you mind to share your Store URL website? with password if its protected. Thanks!

Hi @Made4uo-Ribe

Url: https://huzgo.com

1 Like

Thank you. Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 989px){ 
.slider-buttons.no-js-hidden {
    display: none;
}
}

I hope it help.

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

1 Like

@Made4uo-Ribe its perfectly works, thank you so much

1 Like

This did not work in the Studio theme. Any ideas?