Re: Removing mouseover effect on links in nav bar.

#1479
admin
Participant

Hello,

Obviously, I don’t want the hover state to be red on a red background, but the link colour should be white with no hover effect.

You can customize Contango with your own CSS Code Snippet via `Appearance > Contango Options > Extend Settings`

Example:

Hover effect style of Contango can be modified via the following CSS Code Snippet,

/** Global Anchors Hover */
.menu ul a:focus,
.menu ul a:hover,
.menu ul a:active {
color: #ff0000;
}[/CODE]

Thanks[CODE]/** Global Anchors Hover */
.menu ul a:focus,
.menu ul a:hover,
.menu ul a:active {
color: #ff0000;
}[/CODE]

Thanks