Hi,
I’m having some trouble making the links in the menu active.
I want to make the link text white and the background for each link red.
The hover works fine, but I simply can’t make the links active.
The links Im trying to make active is the ones right next to the logo. Not the red menu at the top.
I’ve tried using this, but with no luck.
#avia-menu .current_page_item {
background-color:#d63e2d!important;}
#avia-menu .current_page_item .avia-menu-text {
color: white !important;
}
Any ideas?
Hey morten008,
Try to use this code instead:
#avia-menu .current-menu-item > a {
background: #d63e2d;
color: #fff;
}
Hope this helps :)
Best regards,
Nikko