Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
On my website, fooditalyworld.com, whenever I open any collection or in the homepages, all the images appear gray. How can I resolve this issue?
Access link: https://fooditalyworld.com/collections
Password: Cane12345!
Thank you a lot to everybody really
Solved! Go to the solution
This is an accepted solution.
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.css file and paste the following code at the bottom:
.product-layouts.grid-view-item--sold-out .thumbs.product-thumb a.grid-view-item__link {
opacity: 1 !important;
filter: none !important;
}
If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Thanks
Hello @FoodItalyWorld ,
Your store is completely messed up and too slow.
I suggest connect with a developer to fix it.
If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Thanks
Please for now I just need to not haev grey images.
This is an accepted solution.
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.css file and paste the following code at the bottom:
.product-layouts.grid-view-item--sold-out .thumbs.product-thumb a.grid-view-item__link {
opacity: 1 !important;
filter: none !important;
}
If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Thanks