incenseoftea
asked 11 years ago

How to change the font size in the custom menu widget?

2 Answers
DominicStaff
answered 11 years ago

Please send a screenshot for further checking.

Regards,
Dominic

incenseoftea
replied 11 years ago

the website is sushi88ramen.com.

incenseoftea
replied 11 years ago

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

DominicStaff
answered 11 years ago

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

Powered by DW Question & Answer Pro