page anchor navigation theme

Home Forums Jevelin Theme page anchor navigation theme

Home Forums Jevelin Theme page anchor navigation theme

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

    Hey,

     

    I got one problem with page anchors. I used this code from the forum to set active link color of page anchor to blue.

     

    #page-container .sh-header #header-navigation .sh-nav > li.menu-item > a.active {
    color: #0087e8!important;
    }

     

    Problem: The anchor pages in the menu don’t have the hover color blue as the normal site links in the menu.

     

    Siteurl: https://www.sommerkoerper-pt.de

     

    When I click on “shop”, the hover effect works, but not on the homepage “startseite”.

     

    Thank you for your help!

    Solution for this topic

    Hi @Roba_W,

     

    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-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a {
        color: #0087e8 !important;
    }

     

    Best regards,
    Shufflehound team

    Roba_W
    Participant

    Thank you!

    You are most welcome here 🙂

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