Sub-Navigation

Home Forums Jevelin Theme Sub-Navigation

Home Forums Jevelin Theme Sub-Navigation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • mtortorello
    Participant

    Thanks the code it worked!

    I am also trying to make it so when you run mouse over sub-nav items a highlighted box of a different color comes up and stays highlighted if a person is on that page and I was able to change the color when I scroll over the sub nav but not highlight it.  I have attached a screen shot of my existing site which the text just highlights in blue and my old site where a black highlighted box covers the sub page.

     

    http://equivityva2.informaticsinc.com/services/administrative/

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

    Hi @mtortorello,

     

    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-nav li.menu-item li.current-menu-item > a {
        border-bottom: 1px solid #1791a0 !important;
        color: #1791a0 !important;
    }

     

    Best regards,
    Shufflehound team

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