How to change navigation menu link color

Home Forums Jevelin Theme How to change navigation menu link color

Home Forums Jevelin Theme How to change navigation menu link color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • [email protected]
    Participant

    Hello,

     

    Currently, my website homepage navigation links are white and when I scroll down just a tiny bit, my navigation links turns black thanks to the sticky menu. I tried playing around with the Theme Settings, but nothing changed.

     

    Any idea what’s wrong?

     

    Thanks

    Attachments:
    You must be logged in to view attached files.

    Hi @design,

     

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

     

    Your shared site credentials are not working for me.

     

    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 .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li > a {
        color: rgba(61,61,61,0.69) !important;
    }
    
    #page-container .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li:hover > a {
        color: rgba(61,61,61,0.8) !important;
    }
    

     

    Best regards,
    Shufflehound team

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