how to change non-sticky menu link colors?

Home Forums Jevelin Theme how to change non-sticky menu link colors?

Home Forums Jevelin Theme how to change non-sticky menu link colors?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • cdjc
    Participant

    Dear support,

    in the Jevelin Medical theme, how do you change the link colors of the header whenever the sticky header is off?

     

    In my case (https://physiomos.ch/) I need to change from white to grey, like the social icons.

    Thanks

    Hi @cdjc,

     

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

     

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

     

    .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a,
    .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.menu-item > a > i {
       color: #565656 !important;
    }

     

    Best regards,
    Shufflehound team

    cdjc
    Participant

    Hi, thanks but it didn’t work…still white

    Solution for this topic

    Please try changing above shared CSS code as below.

     

    #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li > a,
    #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.menu-item > a > i {
       color: #565656 !important;
    }

    cdjc
    Participant

    ok that worked. thanks.

     

    it misses the :hover and active css but I’ve added those

     

    thanks

    You are most welcome here 🙂

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