• When I hover over a submenu item, the main item changes its color to red.

    How can I get it to stay blue like when I hover over it?

    Your help is greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Spade,

    You can try taking advantage of tools such as Inspect or Firebug which can aid in customizing. These are useful 3rd party tutorials on how to go about using Inspect.



    https://developers.google.com/web/tools/chrome-devtools/inspect-styles/

    Thank you!

    Anonymous User 16453565

    (@anonymized-16453565)

    hello spade,

    To do that you just have to add below css code into your stylesheet or you can also add this code into your additional css from theme customizer.

    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #0053a6 !important;
    }

    Hope it will helps you.

    Thank you.

    Thread Starter Frank Spade

    (@spade)

    I am very greatful for you’lls help. It worked. Thanks a lot!

    Looking forward to the tutorials …

    • This reply was modified 5 years, 5 months ago by Frank Spade.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu item color after opening of submenu’ is closed to new replies.