Jump to content

AVENUE: Logo Image Rollover Hover

Recommended Posts

I would really like to be able to have an image rollover hover for my logo to switch colors on the Avenue template. I've been searching but haven't found a solution. I would really appreciate some help on this!

Link to comment
  • Replies 3
  • Views 1.3k
  • Created
  • Last Reply

@jkschmitz95 You can use invert, filter...

Or if it has no color you want. You can use custom code to change the new image, when hovering over the current logo.

Avenue Template Demo has no logo so i can't send exact code. Can you provide site 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!)

Link to comment

@jkschmitz95 You can use Color Image. Then use CSS to change to black. Then use CSS to change to original when hovering.


/* Black Logo */
.logo img {
     filter: grayscale(1); 
     -webkit-filter: grayscale(1);
}
/* Change Logo Color */
.logo img:hover {
   filter: grayscale(0);
     -webkit-filter: grayscale(0);
}


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!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.