Blitzinger Posted June 16, 2022 Share Posted June 16, 2022 Hi guys, im looking how can I do something similar, I want that when I hover over a text, it will turn black and the rest will be opaque. Sorry for the newbie question and thanks for your help! Link to comment
tuanphan Posted June 16, 2022 Share Posted June 16, 2022 Not sure this is possible. What is your site url? We can check easier 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
Blitzinger Posted June 16, 2022 Author Share Posted June 16, 2022 2 hours ago, tuanphan said: Not sure this is possible. What is your site url? We can check easier www.elquipu.org Link to comment
Solution tuanphan Posted June 17, 2022 Solution Share Posted June 17, 2022 7 hours ago, Blitzinger said: www.elquipu.org Add to Design > Custom CSS /* nav hover */ .header-nav-list:hover a { color: rgba(0,0,0,0.5) !important; } .header-nav-list:hover a:hover { color: black !important; } Blitzinger 1 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
Blitzinger Posted June 17, 2022 Author Share Posted June 17, 2022 11 hours ago, tuanphan said: Add to Design > Custom CSS /* nav hover */ .header-nav-list:hover a { color: rgba(0,0,0,0.5) !important; } .header-nav-list:hover a:hover { color: black !important; } U are amazing! 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