Hello,
I’d put a custom css to get all the main navigation item in font-weight 400 but I’d like the current page being in 700, the one which is underline in you theme. I’ve tried :
#top #header .av-main-nav > li > a:active {
font-weight: 700 !important;
}
But it doesn’t work…
Tx for your help guys
Marine
Hey newki75,
Please try this instead:
#header .current-menu-item {
font-weight: 700 !important;
}
Best regards,
Rikard
Hello Rikard,
It didn’t work but I’ve added the a and it works.
#header .current-menu-item a {
font-weight: 700 !important;
}
Tx and have a nice day, you can close the case.
Hi,
Thank you very much for updating us, we do appreciate it a lot
Feel free to create a new ticket if you need anything else.
Best regards,
Basilis