Jump to content

mmeeks

Member
  • Posts

    4
  • Joined

  • Last visited

mmeeks's Achievements

  1. Wow, so sorry about that! Totally missed that. It's password protected now, the password is: Testing123abc Hopefully that works!
  2. Oops, yes, here is the website on which I'm wanting to apply the effect: tambourine-apple-mjh4.squarespace.com
  3. Site URL: http://mirandameeks.com/ Hello, I'm new to CSS and I can't figure it out! I'd like to be able to present my portfolio in full color when you first visit the site, but once you hover over an image in the gallery section, the rest of the images fade to grayscale while the current hovered image maintains its color. Sort of a hover effect on everything but the hovered image, almost like a spotlight, if that makes sense. My old website did it and I can't remember how I added it: http://mirandameeks.com/ Another example is this: https://codepen.io/jensgro/pen/ohdgF I currently have this custom CSS, which has the right hover effect, but it's only affecting the hovered item. I would like this effect, but opposite (i.e. affecting the other gallery images instead): .gallery-masonry-item img{ filter:grayscale(0%); transition:10s; opacity: 1; transition: 1s; } img:hover{ filter:grayscale(1); opacity: .7; transition: .7s; } It's important that the items maintain their color on their own, but only become grayscale once you hover over an image. Everything else I could find online sets the images to a grayscale filter "permanently" which I don't want. Thanks for your help, much appreciated!
×
×
  • 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.