Guest Posted July 17, 2020 Share Posted July 17, 2020 Site URL: https://www.revitlearners.com Hi- I'm using the Paloma template, and I'd like to make the links in my header underlined when user hover over. Same color. Help? Thanks! site password: Amanda123! Link to comment
tuanphan Posted July 18, 2020 Share Posted July 18, 2020 Add to Home > Design > Custom CSS .header-nav-item>a:hover { text-decoration: underline; } .header-nav-folder-item:hover a { text-decoration: underline; } 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
Elise__ Posted July 17, 2021 Share Posted July 17, 2021 On 7/18/2020 at 11:42 AM, tuanphan said: Add to Home > Design > Custom CSS .header-nav-item>a:hover { text-decoration: underline; } .header-nav-folder-item:hover a { text-decoration: underline; } Dear Tuanphan, How can I adjust this code so that the underline is closer to the navigation title ? Link to comment
Janetgrr Posted January 25, 2023 Share Posted January 25, 2023 Is there a way to adjust this so that it's also visible on mobile, and so there's some space between the underline and the text? Link to comment
tuanphan Posted January 27, 2023 Share Posted January 27, 2023 On 1/26/2023 at 2:03 AM, Janetgrr said: Is there a way to adjust this so that it's also visible on mobile, and so there's some space between the underline and the text? Use this .header-nav-item>a:hover { text-decoration: underline; } .header-nav-folder-item:hover a { text-decoration: underline; } .header-menu-nav-item a:hover * { border-bottom: 1px solid black; } 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