sun_ Posted May 6 Share Posted May 6 Hello is it possible to remove the underlines from links in a text box? I'm using a heading style. I'd like to do a rollover/active color instead. Link to comment
Solution tuanphan Posted May 7 Solution Share Posted May 7 You try use this code to Website > Website Tools > Custom CSS div.html-block * { text-decoration: none !important; background-image: none !important; border: none !important; } 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
sun_ Posted May 7 Author Share Posted May 7 Thank you, that worked! Is it possible to add a universal hover color or opacity change? Link to comment
tuanphan Posted May 8 Share Posted May 8 16 hours ago, sun_ said: Thank you, that worked! Is it possible to add a universal hover color or opacity change? Use this code under div.html-block a:hover { opacity: 0.2 !important; } 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
sun_ Posted May 23 Author Share Posted May 23 Thank you this has been SO incredibly helpful! And it's so simple I feel like I'm actually learning myself. For color would I replace the opacity line with 'color: "html color code" !important;' ? Link to comment
tuanphan Posted May 24 Share Posted May 24 16 hours ago, sun_ said: Thank you this has been SO incredibly helpful! And it's so simple I feel like I'm actually learning myself. For color would I replace the opacity line with 'color: "html color code" !important;' ? Yes. The syntax will be color: #f1f2f3 !important; or color: violet !important; 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
sun_ Posted May 29 Author Share Posted May 29 Great, that worked! One more question- is it possible for the hover to affect the nav links in the header as well? Link to comment
tuanphan Posted May 30 Share Posted May 30 11 hours ago, sun_ said: Great, that worked! One more question- is it possible for the hover to affect the nav links in the header as well? Use this div.header-nav-item>a:hover { opacity: 0.2 !important; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment