Change font size in menu right nav bar
-
Hi,
I need to increase the font size in my menu + my right side navigation bar, not sure how to do this, please help!
Thanks,
Dale
The blog I need help with is: (visible only to logged in users)
-
a) You have added this:
.navigation-main li { margin: 5px 24px 5px 0; }Turn it to this and increase the percentage:
.navigation-main li { margin: 5px 24px 5px 0; font-size: 100%; }b) Add these and increase the values:
.widget-title, .widgettitle { font-size: 9px !important; } .widget ul { font-size: 1.2rem; } -
-
- The topic ‘Change font size in menu right nav bar’ is closed to new replies.