Hello!
I have a custom menu widget in the sidebar and the font size got smaller when I moved the site.
How can I make it match the size of the section below, which is a categories widget?
I tried using the selector #menu-learning-center-submenu but it didn’t work.
Links to the site and marked screenshot are below.
Thanks in advance for your help!
Hey Julie!
#top .widget_nav_menu li { font-size: 15px !important; }
Does not work out for you?
Cheers!
Basilis
Hey Basilis!
That’s not what I tried… what you gave me works great. :D
Thanks so much!