Aishwarya Posted December 17, 2020 Share Posted December 17, 2020 Site URL: https://www.aishwaryabalasankar.com I am looking for help to change the font color for my navigation menu (about, contact & resume). I want to be able to change the color to my logo color when I hover or click on the navigation. Thank you! Beyondspace 1 Link to comment
Beyondspace Posted December 17, 2020 Share Posted December 17, 2020 (edited) 33 minutes ago, Aishwarya said: Site URL: https://www.aishwaryabalasankar.com I am looking for help to change the font color for my navigation menu (about, contact & resume). I want to be able to change the color to my logo color when I hover or click on the navigation. Thank you! .header .header-nav-wrapper a:hover { color: #e64d4f !important; } .header-nav-wrapper .header-nav-item--active a { color: #e64d4f !important; background-image: none !important; } Edited December 17, 2020 by bangank36 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Aishwarya Posted December 17, 2020 Author Share Posted December 17, 2020 Thanks so much for the prompt response! Should I add a code block to do the same? Link to comment
Beyondspace Posted December 17, 2020 Share Posted December 17, 2020 Just now, Aishwarya said: Thanks so much for the prompt response! Should I add a code block to do the same? Sorry dont get your, it place in Design->Custom Css Aishwarya 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Aishwarya Posted December 17, 2020 Author Share Posted December 17, 2020 Done! Thank you!! Beyondspace 1 Link to comment
Aishwarya Posted December 20, 2020 Author Share Posted December 20, 2020 On 12/17/2020 at 4:39 PM, bangank36 said: Sorry dont get your, it place in Design->Custom Css The code worked on the desktop version of my website. However, on the mobile version, it doesn’t work. I don’t see the hover and active states change colour in the mobile version. Looking for help with that. Appreciate your help! Thank you Link to comment
Beyondspace Posted December 20, 2020 Share Posted December 20, 2020 2 minutes ago, Aishwarya said: The code worked on the desktop version of my website. However, on the mobile version, it doesn’t work. I don’t see the hover and active states change colour in the mobile version. Looking for help with that. Appreciate your help! Thank you .header .header-nav-wrapper a:hover { color: #e64d4f !important; } .header-nav-wrapper .header-nav-item--active a { color: #e64d4f !important; background-image: none !important; } .header-menu-nav-item:hover a { color: #e64d4f !important; } .header-menu-nav-item.header-menu-nav-item--active a { color: #e64d4f !important; } Aishwarya 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Aishwarya Posted December 20, 2020 Author Share Posted December 20, 2020 1 hour ago, bangank36 said: .header .header-nav-wrapper a:hover { color: #e64d4f !important; } .header-nav-wrapper .header-nav-item--active a { color: #e64d4f !important; background-image: none !important; } .header-menu-nav-item:hover a { color: #e64d4f !important; } .header-menu-nav-item.header-menu-nav-item--active a { color: #e64d4f !important; } Thanks a lot! Beyondspace 1 Link to comment
Iwan Posted April 13, 2022 Share Posted April 13, 2022 Hi @bangank36 I applied a CSS code to change the colour on hover for my main header navigation items. Is there a code that will now change the colour of only the drop down items? See https://jeanine-thompson.squarespace.com/ password tuansqsp I want to change the colour of only the 3 drop down items under WORK WITH ME Link to comment
Beyondspace Posted April 13, 2022 Share Posted April 13, 2022 3 hours ago, Iwan said: Hi @bangank36 I applied a CSS code to change the colour on hover for my main header navigation items. Is there a code that will now change the colour of only the drop down items? See https://jeanine-thompson.squarespace.com/ password tuansqsp I want to change the colour of only the 3 drop down items under WORK WITH ME Kindly change from .header-nav-item:hover a { color: #f45ec6 !important; } to .header-nav-item:hover > a { color: #f45ec6 !important; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Iwan Posted April 18, 2022 Share Posted April 18, 2022 Sorry @bangank36 what I mean is can I change the hover colour of just the subnav items to a different colour when you hover over that subnav item? Link to comment
Beyondspace Posted April 18, 2022 Share Posted April 18, 2022 31 minutes ago, Iwan said: Sorry @bangank36 what I mean is can I change the hover colour of just the subnav items to a different colour when you hover over that subnav item? For the color of sub, you can try .header-nav-folder-content .header-nav-folder-item > a:hover { color: blue !important; } Let me know how it works Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Iwan Posted April 22, 2022 Share Posted April 22, 2022 @bangank36 This works thank you! Beyondspace 1 Link to comment
C-bear Posted October 27, 2022 Share Posted October 27, 2022 Hey, I was wondering if anyone knew how to change the whole font on hover rather than just the colour? Thanks so much 🙂 Link to comment
tuanphan Posted October 31, 2022 Share Posted October 31, 2022 On 10/27/2022 at 5:51 PM, C-bear said: Hey, I was wondering if anyone knew how to change the whole font on hover rather than just the colour? Thanks so much 🙂 Try this .header-nav-item:hover a { color: #f45ec6 !important; font-family: monospace !imprtant; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment