- This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago by
Andrew Misplon.
Tagged: font-weight menu
- AuthorPosts
- May 6, 2020 at 10:31 pm #14346
Anna ShkuratoffParticipantIt 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?
- This topic was modified 3 years, 6 months ago by
Anna Shkuratoff.
May 7, 2020 at 9:56 am #14351
Andrew MisplonKeymasterHi Anna
Thanks for reaching out.
You can try adding to Custom CSS or Additional CSS:
.main-navigation li a { font-weight: normal; }
May 7, 2020 at 4:38 pm #14372
Anna ShkuratoffParticipantThank you! That worked.
May 7, 2020 at 8:48 pm #14373
Andrew MisplonKeymasterGlad that helped 🙂 All the best.
- This topic was modified 3 years, 6 months ago by
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.