AdamSalumiStudio Posted January 28, 2021 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!
Beyondspace Posted January 28, 2021 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? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
AdamSalumiStudio Posted January 31, 2021 Author 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
creedon Posted January 31, 2021 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. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.