Jump to content

Hover effect on index portfolio navigation (Squarespace 7.1)

Recommended Posts

Site URL: https://www.friends-n-family.com/

Hello to everyone. 

I'm searching for a solution to make a portfolio collection links on homepage to have hover effet. At this very moment not everyone understand that these titles are clickable (Screenshot 1). 

In the version 7.0 there was an option to underline these links on hover, which looked amazing. So I'd love this effect, or at least a change of opacity on hover. 

 

The second question about the portfolio pages - how can I remove the bottom navigation (Screenshot 2). 

Thanks in advance for your expert help! 

Screen Shot 2021-01-14 at 9.19.01 PM.png

Screen Shot 2021-01-14 at 9.19.18 PM.png

Link to comment
  • Replies 4
  • Views 1.1k
  • Created
  • Last Reply
4 hours ago, yuliusstar21 said:

Site URL: https://www.friends-n-family.com/

Hello to everyone. 

I'm searching for a solution to make a portfolio collection links on homepage to have hover effet. At this very moment not everyone understand that these titles are clickable (Screenshot 1). 

In the version 7.0 there was an option to underline these links on hover, which looked amazing. So I'd love this effect, or at least a change of opacity on hover. 

 

The second question about the portfolio pages - how can I remove the bottom navigation (Screenshot 2). 

Thanks in advance for your expert help! 

Screen Shot 2021-01-14 at 9.19.01 PM.png

Screen Shot 2021-01-14 at 9.19.18 PM.png

You can try this in design->Custom CSS
 

.portfolio-hover-item {
    padding-right: 3.865rem;
    padding-left: 3.865rem;
}
.portfolio-hover-item .portfolio-hover-item-content {
    padding: 0 !important;
}
.portfolio-hover-item-title {
    display: inline-block;
}

.portfolio-hover-item-title::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

.portfolio-hover-item-title:hover::after {
    width: 100%;
}
[data-collection-type="portfolio-index-background"].item-pagination {
  display: none;
}

image.thumb.png.1831353e558056404483faa02149d1d8.png

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

In the code find this line and change the percentage value to fit your need

image.png.2a7609630242eee86dea67bd5210fa23.png

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

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.