AnastasiaArtist Posted July 27, 2020 Share Posted July 27, 2020 Hello there! Could anybody please help? I would like to delete an underline effect in text in my main page. I tried a code suggestion which I found on this forum, but it did not work for me. Is there any other opportunity to get rid of an underline in the text link, regarding that the link is on the main page? These was the code I've tried which did not work: /* Remove underline from links */ a { border: none !important; } To see how the underline looks on the main page, please see the screenshot attached. My website is in a draft mode right now, so I can't share the link of it online 😞 Many thanks in advance and kind regards, Anastasia Link to comment
tuanphan Posted July 28, 2020 Share Posted July 28, 2020 Can you share 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 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
phardy Posted November 17, 2020 Share Posted November 17, 2020 That works! What is the code to have the text have a color on hover? Link to comment
tuanphan Posted November 17, 2020 Share Posted November 17, 2020 7 hours ago, phardy said: That works! What is the code to have the text have a color on hover? Can you share 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 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
phardy Posted November 18, 2020 Share Posted November 18, 2020 I figured it out: /* Remove underline from links */ a { border: none !important; } a:hover { color: #1976d2 !important; } 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