aMarte Posted October 24 Posted October 24 (edited) Site URL: https://www.amartebooks.com/ Hello all! So I have managed to kinda do something, but it isn't what I'm looking for. I would like to highlight the header texts, including the text that drops, on the dropdown menu. Something like this https://thechapel.org/ Any help would be greatly appreciated. Edited October 24 by aMarte to clarify
Solution Spark-Plugin Posted October 24 Solution Posted October 24 (edited) Hey @aMarte, give this code a try and see how it goes: Navigate to Pages > Website Tools > Custom CSS. Paste the code into the CSS editor. Hit Save and you’re done /* Hover effect for header navigation folder items */ .header-nav-folder-item:hover { /* Changes the link text color when hovering over the folder item */ a { color: #000000 !important; /* This changes the link text color to black on hover */ } } /* Hover effect for header navigation */ .header-nav a:hover{ color: #000000 !important; // * This changes the link text color to black on hover */ } Edited October 24 by Spark-Plugin - Answered by Iuno from sparkplugin.com
aMarte Posted October 24 Author Posted October 24 Amazing! Where do I buy you a coffee?! 🤩 Thank you so much! Spark-Plugin 1
Spark-Plugin Posted October 24 Posted October 24 @aMarte, haha, no need, but thanks! Glad it worked:) aMarte 1 - Answered by Iuno from sparkplugin.com
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment