Joanna1321 Posted September 2, 2023 Share Posted September 2, 2023 Hello, Is it possible to remove the underlines below links in the footer menu? I want to keep the underline on the page, just remove from the footer links. Thanks in advance! Link to comment
Solution Lesum Posted September 2, 2023 Solution Share Posted September 2, 2023 @Joanna1321 footer p { text-decoration: none !important; } Yes, it can be done with custom CSS. You can try this code snippet: Joanna1321 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
Joanna1321 Posted September 2, 2023 Author Share Posted September 2, 2023 Thank you for the quick response! It worked. Lesum 1 Link to comment
Joanna1321 Posted September 2, 2023 Author Share Posted September 2, 2023 Can you please help to change the text underline color to #FFFF00? I wanted to change the underline color to match my branding. Thanks! Link to comment
Lesum Posted September 2, 2023 Share Posted September 2, 2023 @Joanna1321 Here's a code snippet to try: h1, h2, h3, h4, h5, h6, p { -webkit-text-decoration-color: #FFFF00; text-decoration-color: #FFFF00; } Joanna1321 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
Joanna1321 Posted September 2, 2023 Author Share Posted September 2, 2023 Legend! Thank you! Lesum 1 Link to comment
Lesum Posted September 2, 2023 Share Posted September 2, 2023 Thanks! Joanna1321 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? 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