Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
719 views
in Themes by
I was wondering what do I need to do to change the look of the nav menu? I want to create a mobile theme for others to use but I'd like to change how the menu looks.

1 Answer

+3 votes
by

There are plenty of CSS classes to use. You can style the whole navigation div with qa-nav-main, the ul inside it with qa-nav-main-list, each li inside it with qa-nav-main-item, an li in particular with qa-nav-main-xx (where xx is the id of the menu item) and the a inside the list item with qa-nav-main-link.

by
Thank you I'll give this a shot
...