METDOMOTICA Posted October 17, 2019 Share Posted October 17, 2019 Hi, Since a couple of days the color of my websites navigation text has turned to black (see attached image) altough in site styles is says it should be my customized colors (white text and pink on hover). Anyone else experiencing this problem or know how to fix it? I'm using the Margot template and have set the navigation style to "active", switching between styles doesn't seem to change anything. If any other information is needed please let me know! Thanks in advance, Casper Link to comment
colin.irwin Posted October 17, 2019 Share Posted October 17, 2019 Add this to your custom css (after any other custom css already there) .Header-nav-inner a { color: #fff !important; } If you're looking for a Squarespace Developer, drop me a line. Link to comment
METDOMOTICA Posted October 17, 2019 Author Share Posted October 17, 2019 Thanks! That solved the text color (which is awesome!) but the changing of the color when your hoover over it still seems to be broken, any thoughts on that? Casper Link to comment
colin.irwin Posted October 17, 2019 Share Posted October 17, 2019 Swap the code I gave you to the following, changing #whatever to the color value you want for the rollover .Header-nav-inner a { color: #fff !important; &:hover { color: #whatever !important; } } If you're looking for a Squarespace Developer, drop me a line. Link to comment
METDOMOTICA Posted October 17, 2019 Author Share Posted October 17, 2019 Thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.