Guest Posted July 22, 2019 Share Posted July 22, 2019 Hello, can someone tell me how to remove the underline that appears under hyperlinks? I am currently using the rally template. Link to comment
tuanphan Posted July 22, 2019 Share Posted July 22, 2019 @jones8me all hyperlinks on entire site? Add to Home > Design > Custom CSS a { text-decoration: none !important; border-bottom: none !important; } If it doesn't work, please share site url to check. 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
Guest Posted July 22, 2019 Share Posted July 22, 2019 Thank you @Tuanphan , I added the code and it worked Link to comment
tuanphan Posted July 22, 2019 Share Posted July 22, 2019 @jones8me You can click Accept Answer. Other members can use if they know it worked. 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
athrivelife Posted December 17, 2019 Share Posted December 17, 2019 When you use this code it also eliminates the bottom of buttons that are outline format. Is there an alternative that does not do this? Link to comment
tuanphan Posted December 17, 2019 Share Posted December 17, 2019 1 hour ago, athrivelife said: When you use this code it also eliminates the bottom of buttons that are outline format. Is there an alternative that does not do this? Target only link, exclude button try a:not(.sqs-block-button-element) 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.