Hello, a detail that I need in the menu of my site.
I use this code to customize the menu source.
/ * EXCHANGE SOURCE MENU STATIC * /
.avia-menu-text {
Font-size: 13px;
Letter-spacing: 0.6px;
Text-transform: uppercase;
Font-family: ‘Roboto’, ‘HelveticaNeue’, Helvetica, Arial, sans-serif;
Color: # 20233b;
Font-weight: 100;
}
I’d like to leave the font more bold ON MOUSE OVER. How to do this. Note that when you move the mouse nothing happens in the links.
LINK
Hey mleite1,
Add the following to quick css
a .avia-menu-text:hover{
transition: font-weight 0.60s ease;
font-weight:bold!important;
}
Let me know if this works for you.
Best regards,
Jordan Shannon
Tks Jordan. Its ok now.
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon