• Closed
  • D
    Spectator
    August 25, 2014 at 7:18 am #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
    August 25, 2014 at 7:27 am #12268
    D
    Spectator
    Posts: 15
    August 28, 2014 at 2:09 am #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
    August 28, 2014 at 10:37 am #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;}