Dropdown menu font size
-
Hi,
I want to change the size of the drop down menu only. Have tried.wf-active #mainnav-menu ul a { font-size: 15px }but got nothing. Is there another bit of code that works for soundcheck?
ThanksThe blog I need help with is: (visible only to logged in users)
-
Hi there, to change the size of the text in the submenus, add the following CSS and adjust as desired. I used the 15px you had in your code above.
#primary-nav .sub-menu a { font-size: 15px; } -
-
- The topic ‘Dropdown menu font size’ is closed to new replies.