Home › Forums › Jevelin Theme › Sub-Navigation
Home › Forums › Jevelin Theme › Sub-Navigation
Thanks the code it worked!
I am also trying to make it so when you run mouse over sub-nav items a highlighted box of a different color comes up and stays highlighted if a person is on that page and I was able to change the color when I scroll over the sub nav but not highlight it. I have attached a screen shot of my existing site which the text just highlights in blue and my old site where a black highlighted box covers the sub page.
http://equivityva2.informaticsinc.com/services/administrative/
Hi @mtortorello,
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-nav li.menu-item li.current-menu-item > a { border-bottom: 1px solid #1791a0 !important; color: #1791a0 !important; }
Best regards,
Shufflehound team