Shopify themes, liquid, logos, and UX
On the main homepage https://downunderthunder.com.au/
While on desktop/PC if you hover your mouse over one of the categories that are on sale the image disappears. All the other categories without discounted items are fine.
Photo below for reference. Absolutely lost as to how to fix this issue.
Solved! Go to the solution
This is an accepted solution.
You have this style which is causing the issue located in /assets/component-card.css in line number 262
@media screen and (min-width: 990px) {
.card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child) {
opacity: 0;
}
}
You can change it to
@media screen and (min-width: 990px) {
.card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child) {
opacity: 0.5;
}
}
to make the hover effect more subtle and fix this issue
This is an accepted solution.
You have this style which is causing the issue located in /assets/component-card.css in line number 262
@media screen and (min-width: 990px) {
.card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child) {
opacity: 0;
}
}
You can change it to
@media screen and (min-width: 990px) {
.card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child) {
opacity: 0.5;
}
}
to make the hover effect more subtle and fix this issue
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024