Ability to change menu hover text color CSS?

  • 3 September 2018
  • 1 reply
  • 44 views

Is it possible to change the menu bar a-link:hover color to white rather than black (as pictured below) ?

I have tried adding the below to CSS file but this doesn't change the template.


a:hover, a-link:hover {
color: #fff;
}


image




This topic has been closed for comments

1 reply

Hi Chris,

     When you customise the portal, font-colours are set based on contrast level between the back and foreground. If you want to change the hover colour of the top navigation menus, use the following CSS in the customisation.


#sticky_head .page-tabs .nav-link a:hover{
color: #fff;
}


Thanks,
Veekay