Eliahu1570048748 Posted September 1, 2019 Share Posted September 1, 2019 Hello, I'm creating a website using the Skye template.I know very little about coding, so I'd be very grateful for any help. I'd like the "Link Color" in the navigation bar to be a darker grey for the following items "About Us", "News & Press", "People" and "Work With Us". The Active Link Color should stay blue once clicked and once the mouse sits on it. Is it possible?In case it makes it easier to visualize, my website is https://hqwebsitestudy.squarespace.com/Password: 12345678 @Paul2009 you have helped me before, us there any chance you know a way to do this?Thank you in advance, Eliahu Link to comment
tuanphan Posted September 2, 2019 Share Posted September 2, 2019 @Eliahu incorrect password 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
Eliahu1570048748 Posted September 2, 2019 Author Share Posted September 2, 2019 Just corrected it!Thank you. Looking forward to suggestions. Link to comment
tuanphan Posted September 2, 2019 Share Posted September 2, 2019 @Eliahu here is CSS for all navigation items (CSS should add to Home > Design > Custom CSS) /* Home item */ nav#mainNavigation>div:nth-child(1) a { color: blue; } /* Buildings item */ nav#mainNavigation>div:nth-child(2) a { color: blue; } /* Technology item */ nav#mainNavigation>div:nth-child(3) a { color: blue; } Similar for other items. 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
Eliahu1570048748 Posted September 4, 2019 Author Share Posted September 4, 2019 Hi @tuanphan, Thank very much for the help.The code works perfectly - the only problem is that now it doesn't change the color when it's an active link/the mouse sits on it. Do you know any way to overcome that? Link to comment
tuanphan Posted September 4, 2019 Share Posted September 4, 2019 you can use this code for active link .nav-link--active a { color: blue !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
Archived
This topic is now archived and is closed to further replies.