gkg783 Posted May 9 Share Posted May 9 Hey all, The underline that shows up on the header when at each individual page on a website, how do I change the underline color? Thanks! Link to comment
tuanphan Posted May 10 Share Posted May 10 You can use this code to Website > Website Tools > Custom CSS div.header-nav-item a, div.container.header-menu-nav-item * { background-image: linear-gradient(#f1f, #f1f) !important; } 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
gkg783 Posted May 13 Author Share Posted May 13 hey tuanphan, it's highlighting the boxes behind all of the links as well. How do I just get the underline? The header background color is currently set to "adaptive." Thanks! Link to comment
tuanphan Posted May 16 Share Posted May 16 On 5/13/2024 at 9:22 PM, ggabadage said: hey tuanphan, it's highlighting the boxes behind all of the links as well. How do I just get the underline? The header background color is currently set to "adaptive." Thanks! Can you share site url? I can check again easier 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
gkg783 Posted May 17 Author Share Posted May 17 On 5/16/2024 at 4:56 AM, tuanphan said: Can you share site url? I can check again easier icosahedron-llama-y7gj.squarespace.com Thank you!! Link to comment
tuanphan Posted May 18 Share Posted May 18 17 hours ago, ggabadage said: icosahedron-llama-y7gj.squarespace.com Thank you!! I see underline looks fine 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
gkg783 Posted May 28 Author Share Posted May 28 I was just wondering how I could change it to a different color than the font color? I want the text to be blue and the underline to be red. Thank you! Link to comment
Solution tuanphan Posted May 29 Solution Share Posted May 29 21 hours ago, ggabadage said: I was just wondering how I could change it to a different color than the font color? I want the text to be blue and the underline to be red. Thank you! You can use this code to Website > Website Tools > Custom CSS div.header-nav-item--active a { background-image: linear-gradient(red, red) !important; } 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