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

    Hello,
    I’d put a custom css to get all the main navigation item in font-weight 400 but I’d like the current page being in 700, the one which is underline in you theme. I’ve tried :

    #top #header .av-main-nav > li > a:active {
    font-weight: 700 !important;
    }

    But it doesn’t work…
    Tx for your help guys
    Marine

    #875977

    Hey newki75,

    Please try this instead:

    #header .current-menu-item {
      font-weight: 700 !important;
    }

    Best regards,
    Rikard

    #876010

    Hello Rikard,

    It didn’t work but I’ve added the a and it works.

    #header .current-menu-item a {
      font-weight: 700 !important;
    }

    Tx and have a nice day, you can close the case.

    #876324

    Hi,

    Thank you very much for updating us, we do appreciate it a lot

    Feel free to create a new ticket if you need anything else.

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Bold for the active li in the menu’ is closed to new replies.