Why is product information not showing on my Enterprise Theme Product Cards?

I hope someone can help me with this, I’m not sure what I have done as I can not see any option to hide or show product information on my Product Cards.

I am using the Enterprise Theme and my colague has made mem aware that there is no information being displayed on the product cards eg, price, name, unit amount, etc.
If I try comparing items this information is also missing although if you view the product itself all the information is visible however the product information is missing from the “Similar Items” section.

See attached imagery.

https://electrorad.shop/

Great… what’s your solution?

Fantastic. I’ll wait for your update.

It’s because for some reason, the info section is set to display: none. Would you know why?

You can either remove that line of code in the CSS file or add this to the end of your CSS file:

.card__info {
    display: block!important;
}

Brilliant, that worked great! Thank you for your help.

I have no idea how that code ended up in there. There is not a chance I would’ve typed that and if I did I would’ve remembered doing so. The theme Style was changed at one point, perhaps this information could have affected it.