Hello.
I am using the Custom Menu widget in the sidebar for navigation. The font size is too small. How do I increase the font size please?
Thank you.
Hello.
I am using the Custom Menu widget in the sidebar for navigation. The font size is too small. How do I increase the font size please?
Thank you.
Hi ASL4,
Try to add this code in your Quick CSS (inside Theme Options > Styling) or custom.css (located inside the css folder of your theme's folder):
.widget ul li a {
font-size: 12px;
}
or, this code if the code above doesn't work:
.widget ul li a {
font-size: 12px !important;
}
Just adjust the size. Hope it helps. :)
Regards,
Ismael
Thank you! Works great.
Hey,
Glad it worked. :)
Regards,
Ismael
This topic has been closed to new replies.