Shopify themes, liquid, logos, and UX
Does anyone know how to fix images not showing under 'All Products' page? I made a page that just says 'All Products' and linked all the products individually, since I didn't make a collection page. But the issue I'm having is the product images don't show unless you click on the item. Until then, it's just a big empty space with only the product name and price underneath.
Solved! Go to the solution
This is an accepted solution.
Nah, it's not like said above -- you've accidentally broken you assets/base.css:
Highlighted line should not be there. When you remove it, your product card images will return (as a number of other things).
Original file for reference: https://github.com/Shopify/dawn/blob/release/15.2.0/assets/base.css
Hey @TLPiggy I hope you are doing well.
I can understand the issue that you are facing. This issue maybe ovveride coding that insist the first image to remain not visible while the hover/Second one image show.
To fix this issue could you please share your Store URL and and password [if applicable] so that I take a look and provide you solution code.
Thanks
Thank you for sharing the URL.
I just check the main issue that causing the first image not showing. Just follow these steps to fix the issue.
.card__media .media{
position: static !important;
}
Results:
May I know why my solution not work for you? Did you try it?
It was the issue Tim stated, but I appreciate your help and thank you for working with me!
This is an accepted solution.
Nah, it's not like said above -- you've accidentally broken you assets/base.css:
Highlighted line should not be there. When you remove it, your product card images will return (as a number of other things).
Original file for reference: https://github.com/Shopify/dawn/blob/release/15.2.0/assets/base.css
THANK YOU!!!!! Oh my gosh I can't believe that caused this whole headache. I truly appreciate your help!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025