change hover color for navbar

Home Forums Jevelin Theme change hover color for navbar

Home Forums Jevelin Theme change hover color for navbar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • randallrbaker
    Participant

    Good day, i’m having some issues changing the hover color for the homepage navbar. I was able to change it for the sticky navbar though. My website is http://www.earthmotivator.com

    randallrbaker
    Participant

    Basically I don’t know what color setting changes the navbar.

    Hi @randallrbaker,

     

    I hope you are well today and thank you for your question.

     

    It seems you have set the light desktop header for the home page, therefore, the menu text displays in white.

     

    You can change its color 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 .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a > i,
    #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a{
        color: rgb(255 255 255 / 69%) !important;
    }
    #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a:hover > i,
    #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a:hover{
    color: #ea756d !important;
    }

     

    Best regards,
    Shufflehound team

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