• Hello!
    I use Period Pro and I want to make hover effect for submenu.
    Is it possible?

    Now when I hover over main menu with my mouse, menu items change their color.
    But in submenu there is no such effect.

    Thank you!

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Period Pro!

    That is a good point – I’ll have a hover option added in the next update. For now, you can use the following CSS:

    #menu-primary-items ul li a:hover {
      color: blue;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away. “Blue” can be replaced with any color code you’d like.

Viewing 1 replies (of 1 total)
  • The topic ‘Submenu hover’ is closed to new replies.