aus_fiveplusfive Posted May 12, 2020 Posted May 12, 2020 Site URL: https://austinhomies.com/ I'm trying to enable a hover state on my logo to change from a static image to a gif. Any suggestions on how to do this? Thanks!
tuanphan Posted May 12, 2020 Posted May 12, 2020 Add to Home > Design > Custom CSS .site-branding h1:hover img { visibility: hidden; } .site-branding h1:hover a { background-image: url(https://beaverhero.com/wp-content/uploads/2020/05/artboard-1-.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; display: block; height: 100%; } Replace with your gif url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.