Hello experts!!! ![]()
How to add a hover effect on the logo list we have on the homepage?
Please check: https://www.nninspirationalgifts.com/
Logo list are the “Inspirational”, “Personal”… etc
Thank you!
Hello experts!!! ![]()
How to add a hover effect on the logo list we have on the homepage?
Please check: https://www.nninspirationalgifts.com/
Logo list are the “Inspirational”, “Personal”… etc
Thank you!
.image-element__wrap:hover {
opacity: 0.3 !important;
}
Add this code in the bottom of the style.css or style.scss file
or follow this:
Thanks Zworthkey! ![]()
But it applied to ALL elements on the homepage. Is it possible to apply
this for the Logo List alone?
Did you solve this problem now?
Not yet.
The hover effect was applied to all elements.
Hoping someone could help me apply the hover on the logo list alone ![]()
.logo-bar__item.image-element__wrap:hover {
opacity: 0.3 !important;
}
@KatFuentes
try this code and remove previous one.
Thank you!
But, no hover on the logo list ![]()
GENIUS!!!
Thanks you Zworthkey ![]()
Hi,
Can I ask where I should add it?
I have the Debut theme and don’t have a style.css asset
Thanks!