Skip to main content

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



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