Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #804108

    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

    #804136

    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

    #804194

    Tks Jordan. Its ok now.

    #804201

    Hi,

    Great! If you need additional help, please let us know here in the forums.
    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘MENU ON MOUSE OVER STYLE’ is closed to new replies.