Customising hover color on theme

  • Unknown's avatar

    Hi,
    I’ve managed to alter most of the hover colours to red on my website: http://www.anothergaze.com. However, on the link bar (essays, about, contact, etc) the yellow hover from the default theme is still there. I’ve looked through all the code (and changed every bit of yellow apart from this one) and there is nothing left of this yellow colour in the code so I don’t know where I am able to change it?
    Many thanks for any help

    The blog I need help with is: (visible only to logged in users)

  • Hi there!

    If we are talking about the same I mainly see it green :) Anyway, do you mean this (You can alter the color value by another one, for instance using this tool to convert colors to hex: ):

    .main-menu > ul > li > a:hover {
        color: #ff0000;
    }
  • The topic ‘Customising hover color on theme’ is closed to new replies.