Hi there,
How do I remove number of products from displaying anywhere in my store. I use theme California.
I tried a few code suggestions from here, nothing changed.
Thanks!
Hi there,
How do I remove number of products from displaying anywhere in my store. I use theme California.
I tried a few code suggestions from here, nothing changed.
Thanks!
Hi @Hellstromprints ,
Please take a screenshot and provider the link of your problem. So I will check and provide a solution here.
@Hellstromprints I suppose you want to hide it from collection pages. correct?
Paste this CSS at the very bottom of your california.css inside Assets . This should hide the number of products as in below screenshot
.collection .head h4{ display:none}
Thanks Natztech!
It worked.