changeing font size on links via drop down menu
-
I need to change the size of the font on the drop down links via my menu on home page. They are too large and run into a second line. Looks awful
The blog I need help with is: (visible only to logged in users)
-
Hi
You’ll need to edit your custom CSS, which requires the professional or business plan. If you have one of those plans, here’s some information on how to add the custom CSS: https://en.support.wordpress.com/custom-design/editing-css/
The code below controls the size of the drop down menu items. You can adjust the font size to any number that you’d like.
.main-navigation ul ul { font-size: 20px; }Hope this helps!
- The topic ‘changeing font size on links via drop down menu’ is closed to new replies.