Jump to content

Adding hover overlay (colour and additional text) to Simple List

Recommended Posts

Site URL: https://expressmedicals.squarespace.com/meet-the-team

I have a "meet the team" page on the new site I'm building, and used the Simple List format to lay them out, it looks great but now I'm looking to have an overlay when you hover over the images (50% opaque, #FD5001) where I can put a little bit of bio about each person. 

Not sure what colour or weight for the font until I see it. Can anyone help?

Site is https://expressmedicals.squarespace.com/meet-the-team

Thank you, by the way, this forum has been enormously helpful to get a beginner going on SS. 

Link to comment
  • Replies 3
  • Views 419
  • Created
  • Last Reply

Top Posters In This Topic

On 2/14/2022 at 4:19 PM, jackiemclintock said:

@tuanphan squarespace1

Try adding to Design > Custom CSS

/* Meet the team */
.user-items-list-item-container[data-section-id="6182c49d2a72a734bd254ccc"] {
.list-item-media-inner:after {
    content: '';
    background-color: #FD5001;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.list-item-media-inner:hover:after {
    opacity: 0.5;
}}

 

Edited by tuanphan

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.