• Closed
  • D
    Spectator
    25.08.2014 at 07:18 #12263

    Hi there.
    By default the menu link font is set to bold when mouse hovers on the link and when the menu link is selected.
    I have managed to locate and change the menu link when selected to normal font and not bold. But I am unable to locate where to change from bold to normal font when the mouse hovers on the link. Can you please assist? Thanks!

    D
    Spectator
    Posts: 15
    25.08.2014 at 07:27 #12268
    D
    Spectator
    Posts: 15
    28.08.2014 at 02:09 #12582

    To better explain it, please have a look at the image below:

    As you can see when the mouse hovers over the menu link, the font becomes bold. I want it to stay normal. This also needs to be applied to the sub-menu pages.

    I hope this can help.

    Roman
    Spectator
    Posts: 3147
    28.08.2014 at 10:37 #12596

    insert in the Custom CSS field:

    .link-effect a span:before,ul.nav-menu li.current-menu-item a, ul.nav-menu li.current-menu-ancestor a {font-weight:normal!important;}