Menu Hover

Hi,
I upgrade theme version and after that the hover color in the menu dont work well,
the text should be white and the background blue
Here is link to the site: https://www.talknsave.net/

How you suggest to fix that ?? Thanks..

Comments

  • Hi,

    if something has changed after update, it means you must be modifying theme files and the old were overwritten by the new one and now, if you want to change font color to white on hover, you need to use the following custom css:
    #Top_bar .menu > li > a:hover {
        color: #fff !important;
    }
  • Thanks a lot!!!!
    You are the best
Sign In or Register to comment.