Menu Highlights

Home Forums Jevelin Theme Menu Highlights

Home Forums Jevelin Theme Menu Highlights

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • vincen72
    Participant

    Hi,

    When my page first loads, all the menus are highlighted. The appropriate menu is then highlighted after I scroll down a ways, but this is annoying for all of them to be highlighted when first loading. Can you help?

    Solution for this topic

    Hi @vincen72,

     

    Thank you for your question.

     

    You can resolve 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

     

    #page-container .sh-sticky-header:not(.sh-sticky-header-active) .sh-nav > .current-menu-item > a {
        color: rgba(61,61,61,0.69) !important;
    }
    

     

    Best regards,
    Shufflehound team

    vincen72
    Participant

    I’m still having the issue despite adding the code.

    vincen72
    Participant

    Seems to be working fine now. Thanks!

    You are most welcome here 🙂

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