Hello guys please I have a problem my products name and price doesn’t show on the collection page I’ve had soo much difficulty with this and I’m running out of time because I have a drop in two days I need help
Hello @Kelvin11 ,
I think fonts are black in color that’s why they are not visible.
To CONFIRM PRESS CTRL + A on the page.
And if you need css help share the store url and password.
Thanks
Hey @Kelvin11
Kindly share your Store Password
Hello, You can provide url store, I’ll check it for you
There’s no setting showing me like that
Hi,
you can add code this at bottom file base.css
body .card__information a{font-size:16px;}
body .card:not(.ratio)>.card__content{display:block;}
it will show for you
Hello the code worked but there’s still a bit of an issue
it’s showing the product name on the image and also below the image
can it just show the name and price below the image
You can add more line code this at bottom file base.css
.card__inner .card__content{display:none!important;}
it will work
yes, thank you. please Mark it as an Accepted Solution