Home › Forums › Jevelin Theme › Sticky Header Navigation Color
Home › Forums › Jevelin Theme › Sticky Header Navigation Color
Hello together,
I have a transparent navigation menu which transforms into a solid white navigation menu in sticky header state. Poorly I tried and failed several times to change the navigation item font color to another one when the sticky menu is active. I attached two screenshots for better understanding. I’m pretty sure I can solve it via extra css, but I’m not able to.
I tried to find a solution within this forum but maybe I didnt searched for the right terms. Thanks for your help.
Regards Dominik
Hello,
Thank you for reaching out and sharing the details. It looks like you’re almost there with your sticky header. You can indeed resolve this with some custom CSS. Please try adding the following code:
#page-container .sh-sticky-header-active .sh-nav > li.menu-item > a { color: #474747 !important; }
This should change the navigation item font color when the sticky menu is active. If you need further assistance, feel free to reach out! 🙂
Best regards,
Shufflehound team
Perfect. Worked! Thank you so much.
You are welcome! 🙂