Jump to content

I want to remove the background image on my portfolio grid and change colors on hover.

Recommended Posts

  • Replies 7
  • Views 399
  • Created
  • Last Reply

Top Posters In This Topic

4 hours ago, tiramisucat97 said:

Site URL: https://www.rikkijanae.com/

How would I do something like this?

example.png

Can you share the link to your  portfolio?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
On 7/28/2022 at 4:07 PM, tiramisucat97 said:

Yeah! It's on my site URL home page. It's the second section on the home page.

Site URL: https://www.rikkijanae.com/

You mean

Normal: Show text black, white background, remove image

Hover: show text white, black background

Is this right?

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
6 hours ago, tiramisucat97 said:

Normal: White Text, Black Background,
Hover: Black Text, Pink Background

Like shown in the picture! 🙂

Try adding to Design > Custom CSS

h3.portfolio-title {
    color: white !important;
}
.portfolio-overlay {
    background-color: black !important;
}
.grid-image img {
    visibility: hidden;
}
.grid-item:hover h3 {
    color: black !important;
    opacity: 1 !important;
}
.grid-item:hover .portfolio-overlay {
    background-color: pink !important;
    opacity: 1 !important;
}

 

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
17 hours ago, tuanphan said:

Try adding to Design > Custom CSS

h3.portfolio-title {
    color: white !important;
}
.portfolio-overlay {
    background-color: black !important;
}
.grid-image img {
    visibility: hidden;
}
.grid-item:hover h3 {
    color: black !important;
    opacity: 1 !important;
}
.grid-item:hover .portfolio-overlay {
    background-color: pink !important;
    opacity: 1 !important;
}

 

Thank you so much! This nearly works., but whenever I hover over the item the text isn't black. Would you by any chance know what this is? 🙂

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.