yuliusstar21 Posted January 14, 2021 Share Posted January 14, 2021 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! Beyondspace 1 Link to comment
Solution Beyondspace Posted January 15, 2021 Solution Share Posted January 15, 2021 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! 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; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
yuliusstar21 Posted January 15, 2021 Author Share Posted January 15, 2021 Dear @bangank36 thanks for such a prompt answer. It looks very close to what I want to get. I wonder if we could fix the code so the line do not grow too far away from the menu item. Adding a screenshot to show the result. The code to hide pagination worked very well, thanks a lot for that! Beyondspace 1 Link to comment
Beyondspace Posted January 15, 2021 Share Posted January 15, 2021 In the code find this line and change the percentage value to fit your need Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
yuliusstar21 Posted January 15, 2021 Author Share Posted January 15, 2021 Thank you! That really helped! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment