- This topic has 2 replies, 2 voices, and was last updated 1 month, 1 week ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › ART WordPress Theme › Change logo on roll over
Hallo,
We wanna change the logo on roll over and I added this code:
.logo-image:hover {
background-image: url(‘http://youmightalsolike.de/wp-content/uploads/2023/08/YMAL_schwarz_Rechteck_eins.png’);
}
But nothing happens…
Is there any other way of accomplishing this?
Thank you so much!
All the best
Jón
Hi there,
Welcome to SeaTheme forum.
Sorry for the late response. Please update the CSS as:
.logo-a:hover {
background-size: contain;
background-repeat: no-repeat;
background-image: url(https://youmightalsolike.de/wp-content/uploads/2023/08/YMAL_schwarz_Rechteck_eins.png);
}
.logo-image:hover {
opacity: 0;
}
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook
Beautiful!
That worked
Thank you so much
Subscribe to our newsletter to receive news & updates. We promise to not spam you, super promise!