Sticky Header Navigation Color

Home Forums Jevelin Theme Sticky Header Navigation Color

Home Forums Jevelin Theme Sticky Header Navigation Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • SoCal1894
    Participant

    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

    Attachments:
    You must be logged in to view attached files.

    Shufflehound
    Moderator

    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

    SoCal1894
    Participant

    Perfect. Worked! Thank you so much.

    Shufflehound
    Moderator

    You are welcome! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)