Change the font color of hovered items

Discussion in 'StartPoint Business One Page WordPress Theme' started by nsmbiz, Oct 10, 2016.

  1. nsmbiz

    nsmbiz New Member

    Joined:
    Sep 21, 2012
    Messages:
    16
    Likes Received:
    0
    Hi-

    How do I change the font color of hovered over menu items in the header?

    Thank you
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    If you tell us the exact are of the theme then, I can tell you more accurate code.

    Still here is the code you can paste in custom CSS field to get all links in red color on hover
    Code:
    a:hover {
        color: red!important;
    }
    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page