Menu items are highlighted

Home Forums Jevelin Theme Menu items are highlighted

Home Forums Jevelin Theme Menu items are highlighted

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Neverphased
    Participant

    Some menu items are links to anchor points eg. homepage.com/#anchor

     

    Because of this they are highlighted as if they are the homepage. I need them to be the default unclicked color unless clicked.

     

     

    Hi @Neverphased,

     

    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

     

    .home .sh-header .sh-nav > li.menu-item > a[href*=\#] {
        color: #263049 !important;
    }
    
    .home .sh-header .sh-nav > li.menu-item:hover > a[href*=\#] {
        color: #FFF !important;
    }

     

    Best regards,
    Shufflehound team

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