bryanb11 Posted May 5, 2021 Share Posted May 5, 2021 (edited) Site URL: https://rabbit-goby-hknk.squarespace.com/ SITE: https://rabbit-goby-hknk.squarespace.com/ I would like to keep opacity 100% on text when hover over the project title links on this page. But would like the other links to fall back 20% opacity. What would be the CSS code needed? Thank you Edited May 5, 2021 by bryanb11 Link to comment
tuanphan Posted May 7, 2021 Share Posted May 7, 2021 Add to Design > Custom CSS /* Portfolio hover items */ .portfolio-hover-items-list:hover span.portfolio-hover-item-content { color: rgba(255,255,255,.3); } .portfolio-hover-items-list:hover span.portfolio-hover-item-content:hover { color: #fff; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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