Product name and price not showing on collection page

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

Thank you :folded_hands:

www.skcd.xyz

password : BREAKTHEBANK

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

1 Like

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 :folded_hands:

Thank you :folded_hands:

www.skcd.xyz

password : BREAKTHEBANK

I need the Css help

Thank you :folded_hands:

www.skcd.xyz

password : BREAKTHEBANK

You can add more line code this at bottom file base.css

.card__inner .card__content{display:none!important;}

it will work

1 Like

It worked thank you so much

yes, thank you. please Mark it as an Accepted Solution

1 Like