Home › Forums › WordPress Themes – Premium › Sleeky Pro › SubMenu Font Size
Hello, you helped me with some additional code to change the font size of the .navmenu and it worked. The submenu tabs still stay small. Can you please share some code to fix this as well. Thank you so much.
Hello Alison,
We couldn’t find the previous thread,could you please locate it on your website?
Thanks! Bidur
Please add the following css inside the additional css section of your customizer;
ul.navmenu ul.sub-menu > li > a { font-size: 1rem; }
You may change the font size value of your own.
Let us know.