Menu unbold font
- The topic ‘Menu unbold font’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I would like some help to make the main menu font unbold (not bold).
Thanks,
Peter.
The blog I need help with is: (visible only to logged in users)
Hi Peter,
you would need the following custom CSS for this:
#site-nav ul li a {
font-weight: normal !important;
}
Best, Ellen
Awesome. Great work!