How to change the font size in the custom menu widget?
2 Answers
Please send a screenshot for further checking.
Regards,
Dominic
the website is sushi88ramen.com.
I would like to have the menu links on the right side, under the Sushi 88 logo, to be larger and maybe bold. How do I change the font size there? I am using the custom menu widget in that sidebar. Thank you
To resolve this problem you can log in to Dashboard > Appearance > Editor > Open the style.css file > add the following code :
.widget_nav_menu li {
font-size: 14px;
font-weight: bold;
}
Regards,
Dominic
Please login or Register to submit your answer