Viewing Dropdown menu submenu font change

Dropdown menu submenu font change



User: Cheryl V. 8 years ago
Have used the Navigation Widget and also created dropdown menus. How do I change the font / style of the dropdown menus without affecting the main menu appearance? Any ideas would be appreciated!
User: Roddy 8 years ago
To change these styles requires a basic knowledge of CSS. There are some general instructions HERE.

Changing the font family is rather a strange idea but, if you really want to do it, you need to target the anchor in the drop down menu and use !important to overwrite the existing styles like this...

#navmenu_menu0 ul ul li a{font-family:Verdana, sans-serif;color:#00FF00 !important;background:#FF0000 !important;font-size:15px}

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Cheryl V. 8 years ago
Thanks, Roddy - i will give it a try. The only thing I want to change is the size. Color, font family is all good. Wish me luck!
User: Cheryl V. 8 years ago
Thanks, Roddy - i will give it a try. The only thing I want to change is the size. Color, font family is all good. Wish me luck!
User: Cheryl V. 8 years ago
Thanks, Roddy - i will give it a try. The only thing I want to change is the size. Color, font family is all good. Wish me luck!


Post Reply
You must login or signup to post.