Trying to find the code to change color of navbar/dropdown menu items. In this template it seems to have been dubbed navline. Here's all I've been able to find...
Nothing under "typography and headers" in the main stylesheet. But under "layout":
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Then in dropdown.php:
><?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'menu_class' => 'dropdown dropdown-horizontal reset', 'container' => '', menu_id => 'nav' ) ); ?>
<div class="clear"></div>
But nowhere do I find code to determine color and background for those menu items. I tried changing link colors in main stylesheet but to no avail.
Thoughts?
Cheers.
[Please post code snippets between backticks or use the code button.]