[Resolved] Can’t Change Menu Font Weight

Tagged: 

  • Author
    Posts
  • #14346

    Anna Shkuratoff
    Participant

    It seems that my menu font weight is always bold. I was able to use the Custom CSS plugin to change the font weight of menu link hovers and drop downs – but NOT links.

    This is what I added to Custom CSS. Font-size is changing but not font-weight. It is unresponsive:

    .main-navigation li {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    }

    .main-navigation ul .children li a, .main-navigation ul .sub-menu li a {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    }

    How do I change my menu font weight?

    #14351

    Andrew Misplon
    Keymaster

    Hi Anna

    Thanks for reaching out.

    You can try adding to Custom CSS or Additional CSS:

    .main-navigation li a {
    	font-weight: normal;
    }
    #14372

    Anna Shkuratoff
    Participant

    Thank you! That worked.

    #14373

    Andrew Misplon
    Keymaster

    Glad that helped 🙂 All the best.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Scroll to top