page anchor navigation theme
Hey,
I got one problem with page anchors. I used this code from the forum to set active link color of page anchor to blue.
#page-container .sh-header #header-navigation .sh-nav > li.menu-item > a.active {
color: #0087e8!important;
}
Problem: The anchor pages in the menu don’t have the hover color blue as the normal site links in the menu.
Siteurl: https://www.sommerkoerper-pt.de
When I click on “shop”, the hover effect works, but not on the homepage “startseite”.
Thank you for your help!
Solution for this topic
Hi @Roba_W,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a {
color: #0087e8 !important;
}
Best regards,
Shufflehound team
You are most welcome here 🙂
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.