Shopify themes, liquid, logos, and UX
Cant figure out how to remove the grey out, that happens when you hove over products images in Simple theme.
Heres an example:
Solved! Go to the solution
This is an accepted solution.
Figured it out, under theme.css, there should be this code:
a {
color: $color-link;
text-decoration: none;
&:hover,
&:focus {
opacity: $opacity-link-hover;
}
Changing $opacity-link-hover to 1, removes the hover effect
This is an accepted solution.
Figured it out, under theme.css, there should be this code:
a {
color: $color-link;
text-decoration: none;
&:hover,
&:focus {
opacity: $opacity-link-hover;
}
Changing $opacity-link-hover to 1, removes the hover effect
User | RANK |
---|---|
227 | |
157 | |
60 | |
55 | |
46 |
Thanks to all who participated in our AMA with 2H Media on planning your 2023 marketing bu...
By Jacqui Mar 30, 2023Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023