IanBanker Posted August 27, 2020 Share Posted August 27, 2020 Site URL: https://www.santisuk.org/silom Hi! I was wondering what the code is for changing the font color of the navigation buttons on only a select few pages. I would like to make it the same blue as my navigation bar. Thanks! Link to comment
IXStudio Posted August 27, 2020 Share Posted August 27, 2020 Hi, Which button you want to modify it? Please take a screenshot. Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
IanBanker Posted September 2, 2020 Author Share Posted September 2, 2020 Hi! I circled the buttons in this image. Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 18 hours ago, IanBanker said: Hi! I circled the buttons in this image. Add to Page Settings > Advanced > Header (Each page has page header) <style> nav#mainNavigation * { color: blue !important; } </style> 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
IanBanker Posted September 3, 2020 Author Share Posted September 3, 2020 12 hours ago, tuanphan said: Add to Page Settings > Advanced > Header (Each page has page header) <style> nav#mainNavigation * { color: blue !important; } </style> Is there a way to also change the gray dropdown box to a different color? Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 18 minutes ago, IanBanker said: Is there a way to also change the gray dropdown box to a different color? You mean black dropdown? <style> .subnav { background: red !important; } </style> 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
IanBanker Posted September 3, 2020 Author Share Posted September 3, 2020 1 minute ago, tuanphan said: You mean black dropdown? <style> .subnav { background: red !important; } </style> Yes! Thank you! Link to comment
ArvinPaul Posted March 10, 2021 Share Posted March 10, 2021 On 9/3/2020 at 5:47 PM, tuanphan said: Add to Page Settings > Advanced > Header (Each page has page header) <style> nav#mainNavigation * { color: blue !important; } </style> why doesn't this work for me? i applied it each of my website page but it only works on one page update: it doesn't work on both my pages Link to comment
IXStudio Posted March 10, 2021 Share Posted March 10, 2021 1 hour ago, ArvinPaul said: why doesn't this work for me? i applied it each of my website page but it only works on one page update: it doesn't work on both my pages Hi, Please share your website URL. Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
ArvinPaul Posted March 10, 2021 Share Posted March 10, 2021 9 hours ago, IXStudio said: Hi, Please share your website URL. Best, Leopold https://blue-clementine-5d7x.squarespace.com/ PASS: 123456 Link to comment
tuanphan Posted March 20, 2021 Share Posted March 20, 2021 On 3/11/2021 at 12:40 AM, ArvinPaul said: https://blue-clementine-5d7x.squarespace.com/ PASS: 123456 Your site is expired. You can contact Squarespace Customer Care to extend trial (free) 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
Alexis-Reid-Design Posted September 9, 2021 Share Posted September 9, 2021 @tuanphanCan you help me with this on this page? https://www.drdjdrosman.com/about (password is drdjdrosman) I tried the header code injection above but it's not working for me. Wanting the nav links here to be white Link to comment
tuanphan Posted September 12, 2021 Share Posted September 12, 2021 On 9/10/2021 at 1:41 AM, Alexis-Reid-Design said: @tuanphanCan you help me with this on this page? https://www.drdjdrosman.com/about (password is drdjdrosman) I tried the header code injection above but it's not working for me. Wanting the nav links here to be white Try this code to About Page Header <style> header#header * { color: white !important; } </style> 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
Alexis-Reid-Design Posted September 13, 2021 Share Posted September 13, 2021 @tuanphan PERFECT! Thank you so much!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.