bryanb11 Posted May 5, 2021 Share Posted May 5, 2021 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 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.