Pro Theme Design Forum » General Banter

How to make the top menu text change colors?


  • hallofan
  • Member
  • Posted 1 year ago #

How can I make the text (not the background) from the top menu to change colour (for example to change from white to red) when I move over it? to act the same as the sidebar navigation menu.

In nav.css, you should see this bit -

#nav a:hover, #nav a:active {
background:#02547d;
text-decoration:none
}

You would need to add a color, example:

#nav a:hover, #nav a:active {
background:#02547d;
text-decoration:none;
color:#d6618c
}

Reply

You must log in to post.