• Resolved vgonzales11

    (@vgonzales11)


    Hoping this is my last question. ?? Thank you so much for all of your help! I’m almost finished. :))

    How do I change the hover color in the main and sub navigation?

    Thanks again!

    V

Viewing 2 replies - 1 through 2 (of 2 total)
  • jarektheme

    (@jarektheme)

    Hi there,

    Try to add the following code in Customize -> Additional CSS:

    hover color in main menu

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
      color: #8a2be2;
    }

    hover color in submenu

    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
      color: #8a2be2;
    }

    Hope that helps! Feel free to reach out if you need anything.

    Best,
    Jarek

    Thread Starter vgonzales11

    (@vgonzales11)

    Fabulous! ?? Worked great.

    Thanks again!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hover color in navigation’ is closed to new replies.