Active Navigation Color Hover

Home Forums Jevelin Theme Active Navigation Color Hover

Home Forums Jevelin Theme Active Navigation Color Hover

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • harryjdixon
    Participant

    Hi,

     

    I am currently using the Jevelin theme. I have set up a menu bar and I noticed there is no Active Navigation – hover color. My menu bar seems to be ‘active’ navigation and I am hoping you can let me know how I can make the color change when hovered over similarly to the ‘Navigation Hover Color’.

     

    Thanks,

     

     

    Hi @harryjdixon,

     

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

     

    You can change navigation color from theme styling settings in the Navigation section as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    harryjdixon
    Participant

    The navigation color is different to the ‘Active navigation color’. I want to to be able to change the hover color for the ACTIVE navigation. There doesn’t seem to be a place where that is possible.

    Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

    harryjdixon
    Participant

    http://digi.vc/

     

    The “Home”, “About Digi”, “Portfolio” are different when hovering. The menu when on mobile reverses the color of the navigation bar and the hover function as well

    You can resolve this issue 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 .sh-header .sh-nav > li.menu-item:hover > a{
            color: #62ce53 !important;
    }
    
    #page-container .sh-nav-mobile li a{
         color: #fff !important;
     }
Viewing 6 posts - 1 through 6 (of 6 total)