How to remove number of products displayed on Dawn Theme 2.0

Hi,

I have the Dawn Theme 2.0 and when I click on women or mens product link at top menu, it will display the number of products. Does anyone know how to get rid of this? Thank you!

Hi @Anon5 , you can hide it by adding this CSS code at the bottom of your base.css file

.product-count { display: none !important; }

1 Like

Hi @Anon5 ,

Go to Assets > base.css and paste this at the bottom of the file:

.product-count__text {
    display: none !important;
}

Hope it helps!

1 Like

THANK YOU , it worked perfectly !!! my coding was just a bit off… I’m still very new to coding so everyone on this community is so amazingly helpful who contribute. THANK YOU!!!

1 Like