remove number

Hi,

i want to remove this number under my product collection , how

url : saintalen.com

@ai41 - please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.slider-mobile-gutter .slider-buttons{display:none; visibility:hidden;}

Hi @ai41

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.slider-buttons .slider-counter.caption {
    display: none !important;
}

Here is the result: https://prnt.sc/4rg2cNb_AI8A

I hope this helps

Best,

Daisy