AdamSalumiStudio Posted January 28, 2021 Share Posted January 28, 2021 Hi guys, I'm styling a Food Menu using the Menu block with multiple tabs, and trying to make my hover link color stay that color when this is the active tab being viewed. I've tried this (and a bunch of other ways), but not having any luck... .menu-block .menu-selector label:hover, .menu-block .menu-selector label:active { color: #020606 !important; } Any help would be greatly appreciated! Link to comment
Beyondspace Posted January 28, 2021 Share Posted January 28, 2021 4 hours ago, AdamSalumiStudio said: Hi guys, I'm styling a Food Menu using the Menu block with multiple tabs, and trying to make my hover link color stay that color when this is the active tab being viewed. I've tried this (and a bunch of other ways), but not having any luck... .menu-block .menu-selector label:hover, .menu-block .menu-selector label:active { color: #020606 !important; } Any help would be greatly appreciated! Could you share your url? 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
AdamSalumiStudio Posted January 31, 2021 Author Share Posted January 31, 2021 Hi @bangank36, thanks for your offer to help!https://williamwallacegroup.squarespace.com/menus-1/blog-post-title-one-4t7p8 PW: williamwallace2020 Link to comment
creedon Posted January 31, 2021 Share Posted January 31, 2021 Replace your CSS, make a copy somewhere, with the following. .menu-block .menu-selector label:hover, .menu-block .menu-selector label.menu-select-labels--active { color : #020606; } Let us know how it goes. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! 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