My Products Are Showing Without Their Name And I Can’t Click On Them and Collection Also Not Working
My Store Url https://hypestockexchange.in/ Please Help Me Out!!
My Products Are Showing Without Their Name And I Can’t Click On Them and Collection Also Not Working
My Store Url https://hypestockexchange.in/ Please Help Me Out!!
Hello @Emiway
Did you made any code changes? Can I check this for you ? I will have to send you a collaboration request. Let me know here.
Thanks
go to base.css file and search the class .card__content
that contains the following value right now
.card__content {
display: none!important;
}
when you find it select and remove this line display: none!important;
your problem is solved
please accept as a solution and click on like button if it work or inform me if you have any issue
I Put That Code To Remove Vertical Space Between My Collection’s On Home Page.. Now They Are Back… Do You Have Any Solution???
vertical space is coming from the .grid class and in you theme customization there is also a option to set it to 0 . instead of adding the code.