How to Add Colored Blocks on Navigation Hover

Homepage Community Forums Epik Theme Support How to Add Colored Blocks on Navigation Hover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8042
    Abigailjane
    Customer

      Hi, I would love to add colored blocks that appear when I hover on the navigation labels? Is this possible?

      Here’s a great example of what I’m talking about – http://www.heathermackan.com/

      Thanks!

      #8083
      Wes
      Moderator

        Here is the code that is used on that site –

        .genesis-nav-menu a:hover,
        .genesis-nav-menu .current-menu-item > a,
        .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        	background-color: #53c2ba;
        	color: #fff;
        }

        You could add the background color to the same place in your css and it would show up since most Genesis themes have this in their css.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.