Catalogue page product count number -Dawn Theme

Hi!
Thanks in advance, i would like to know if it is possible that we can hide the number of the products shown at the top of the page. I already tried with some ccs codes but it doesn’t work for dawn theme.
I am using a variant app to show all my variants and looked at the app settings but couldn’t change from there also…

Hi @Lally2021 ,

Would you mind to share your URL website with password if its protected?

Thanks!

Yes, i forgot it sorry: www.lallythings.com

And the related page is: https://www.lallythings.com/collections/colorblock-collection

@Lally2021 add below css into base.css file

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

Thank you for help, i tried this code beforei wrote here but still it doesn’t work. I’m sending screenshots… Could you check what is wrong?

@Lally2021 try below css ion 616 line number base.css file

.light {
    opacity: 0 !important;
}

replace .light class css with the above one

It worked! Thank you sooo much!