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,
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; }
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!
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!!!