Home>Support>menu hover effects

menu hover effects

By Sam L, 9 years ago. Last reply by Andrew Misplon, 9 years ago.

Im looking to add some hover effects to my menu bar. can someone help me out with some css? thanks in advance. (im using focus premium)

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Sam

    Add the following to Appearance > Custom CSS (Focus Premium) or your own Custom CSS plugin for Focus Free:

    /* Focus Menu Colors */
    
    #masthead .site-navigation .menu-wrapper ul li a {
    color: #fff;
    }
    
    #masthead .site-navigation .menu-wrapper ul li:hover > a {
    color: #ccc;
    }
    

    Edit as required.

    • 9 years, 9 months ago Sam L

      Hey Andrew that worked perfectly. Is there any way to make the highlight color stay on whatever page or category im on? Like as long as im on one it will stay that color

  2. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Sure, try the following:

    #masthead .site-navigation .menu-wrapper ul li.current_page_item > a,
    #masthead .site-navigation .menu-wrapper ul li.current_menu_item > a {
    color: #fff;
    }
    
    • 9 years, 9 months ago Sam L

      not working, not sure why

  3. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Please send through a url with the Custom CSS in place and I’ll take a look. Thanks.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More