• Closed
  • Marlene Ness
    Spectator
    01.10.2015 at 09:39 #21083

    I can’t figure out where to change the hover color of the Site title. Right now the hover color is black by default, i’d like to change it to #444

    Can I do this in the custom CSS section?

    thanks! Marlene

    Denzel Chia
    Moderator
    Posts: 2656
    01.10.2015 at 10:49 #21092

    Hi,

    Please use the following in your Theme Options -> Custom CSS

    #logo a:hover{
    color: #444 !important;
    }

    Thanks!