182837373xd Posted January 23, 2020 Share Posted January 23, 2020 I designed a site last year with multiple navigation font colors by adding this code into the title of each navigation item so that it looked like the attached picture: <font color="0c9e9f">About</font> Squarespace has since updated, and the code no longer works. The navigation colors are set to white again. www.ralphfarris.com Does anyone have a suggestion to fix this? I would really appreciate it! Link to comment
tuanphan Posted January 24, 2020 Share Posted January 24, 2020 add to Home > Design > Custom CSS. Do similar for all items .Header-nav-folder-title[href="/info"] { color: red; } .Header-nav-folder-title[href="/contact-1"] { color: green; } .Header-nav-folder-title[href="/about"] { color: pink; } .Header-nav-folder-item[href="/performer"] { color: pink !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
182837373xd Posted January 24, 2020 Author Share Posted January 24, 2020 Thanks so much for responding! That works for some of them, but not all of them. Do you know why that might be happening? Link to comment
tuanphan Posted January 31, 2020 Share Posted January 31, 2020 On 1/24/2020 at 11:20 PM, 182837373xd said: Thanks so much for responding! That works for some of them, but not all of them. Do you know why that might be happening? add !important to after, same last code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.