Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #669330

    Hi,
    can you tell me how i can set in in the navigation that on hover the font is bold?
    This line I already have in the quick style.
    .header_color .main_menu ul:first-child > li > a { font-weight: 400; font-family: ‘Open Sans’, sans-serif; }

    Thanks a lot :))

    #669662

    Hi rixi,

    Try this as well:

    .header_color .main_menu ul:first-child > li > a:hover { 
    font-weight: 600; 
    }

    If that doesn’t work then please link to your site and we’ll have a closer look.

    Regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.