maimuaah Posted November 29, 2021 Share Posted November 29, 2021 Site URL: https://www.maimouavang.com/portfolio-3 I want to improve the hovering experience by making the non-hovered text more muted (opaque) vs what is highlighted, similar to what Squarespace has for their navigation menu. How do I get this for my website? Thank you. Link to comment
Beyondspace Posted November 29, 2021 Share Posted November 29, 2021 1 hour ago, maimuaah said: Site URL: https://www.maimouavang.com/portfolio-3 I want to improve the hovering experience by making the non-hovered text more muted (opaque) vs what is highlighted, similar to what Squarespace has for their navigation menu. How do I get this for my website? Thank you. Is it the result you want to achieve? portfolio hover.mp4 You can try adding to Home > Design> Custom Css section[data-section-id="61a3dbac6da1cf04633b6088"] .portfolio-hover-items-list li a:hover .portfolio-hover-item-content { color: rgba(255, 255, 255, 1); text-decoration: underline; transition: all 0.5s ease; } section[data-section-id="61a3dbac6da1cf04633b6088"] .portfolio-hover-items-list li > a .portfolio-hover-item-content { color: rgba(255, 255, 255, 0.5); position: relative; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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
maimuaah Posted November 29, 2021 Author Share Posted November 29, 2021 6 minutes ago, bangank36 said: Is it the result you want to achieve? portfolio hover.mp4 1.79 MB · 0 downloads You can try adding to Home > Design> Custom Css section[data-section-id="61a3dbac6da1cf04633b6088"] .portfolio-hover-items-list li a:hover .portfolio-hover-item-content { color: rgba(255, 255, 255, 1); text-decoration: underline; transition: all 0.5s ease; } section[data-section-id="61a3dbac6da1cf04633b6088"] .portfolio-hover-items-list li > a .portfolio-hover-item-content { color: rgba(255, 255, 255, 0.5); position: relative; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Yes! This is exactly what I was looking for. Thank you! 😄 Beyondspace 1 Link to comment
maimuaah Posted November 29, 2021 Author Share Posted November 29, 2021 @bangank36 is it possible to change the size of the text? Beyondspace 1 Link to comment
Beyondspace Posted November 29, 2021 Share Posted November 29, 2021 1 hour ago, maimuaah said: @bangank36 is it possible to change the size of the text? You can try this Hope it can help you Press 👍 or mark this answer as solution to help another one too BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment