Hey, i want to remove the number of product under the collection pic on the homepage ?

Hello @carmel99
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Hey, sure it’s Carmelya.com

You can add code by following these steps

  1. Go to Online Store β†’ Theme β†’ Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.collectionlist-wrapper p.pb-5.txt-body-60 { display: none !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

  • Here is the solution for you @carmel99
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press β€˜Save’ to save it.
.collectionlist-item .pb-5 {
 display: none !important;
}
  • Here is the result you will achieve:

  • Please press β€˜Like’ and mark it as β€˜Solution’ if you find it helpful. Thank you.

Thanks, it worked !