orneverornow Posted February 27, 2022 Share Posted February 27, 2022 Site URL: https://www.voegelino.com/ Hi there I would like to underline my navigation when going over with the mouse. For now it is displayed in 2 different ways. 1. On my overview page it is already underlined. I would like to only underline it when hover. www.voegelino.com/menu 2. In the burger navigation, there is no hover action at all. Many thanks! Sibylle www.voegelino.com PW: orneverornow Link to comment
Jia Posted February 27, 2022 Share Posted February 27, 2022 16 minutes ago, orneverornow said: Site URL: https://www.voegelino.com/ Hi there I would like to underline my navigation when going over with the mouse. For now it is displayed in 2 different ways. 1. On my overview page it is already underlined. I would like to only underline it when hover. www.voegelino.com/menu 2. In the burger navigation, there is no hover action at all. Many thanks! Sibylle www.voegelino.com PW: orneverornow Hi! Just add this code to custom css. Let me know how it goes 🙂 section[data-section-id="61cb76076e8adb3585b938ea"] a:hover { text-decoration-line: underline; text-decoration-thickness: 1px; } section[data-section-id="61cb76076e8adb3585b938ea"] a { text-decoration:none; } .header-nav-item:hover { text-decoration-line: underline; text-decoration-thickness: 1px; text-underline-offset: 0.2em; } Please give this a 👍 if it helps www.sevenstars.studiowww.instagram.com/sevenstars.studio Link to comment
orneverornow Posted February 27, 2022 Author Share Posted February 27, 2022 3 minutes ago, Jia said: Hi! Just add this code to custom css. Let me know how it goes 🙂 section[data-section-id="61cb76076e8adb3585b938ea"] a:hover { text-decoration-line: underline; text-decoration-thickness: 1px; } section[data-section-id="61cb76076e8adb3585b938ea"] a { text-decoration:none; } .header-nav-item:hover { text-decoration-line: underline; text-decoration-thickness: 1px; text-underline-offset: 0.2em; } OMG it worked. Thank you so so much for the quick help!! Link to comment
Jia Posted February 27, 2022 Share Posted February 27, 2022 26 minutes ago, orneverornow said: OMG it worked. Thank you so so much for the quick help!! No problem, glad to hear that! Please give this a 👍 if it helps www.sevenstars.studiowww.instagram.com/sevenstars.studio 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