Autonav styling confusion

Permalink
I need to customize the styling of the autonav but I am going round in circles and can't find any tutorials on this site.

Where do I find the default css for the autonav?

The other problem is that I have 2 menu backgrounds for 2 different page types. Can I only use one?

Basically, I want to change the font, tab width and have the subnavs slide down. I have hard coded in the past but clients wants to add pages to the subnavs.

Thanks.

trixiemay
 
kirkroberts replied on at Permalink Reply
kirkroberts
The autonav block doesn't have its own CSS file. Rather, the css is going to be in whatever theme you're using. You may know this already, but the autonav block code is in /concrete/blocks/autonav and the theme files are either in /concrete/themes/ (what comes standard with c5) or /themes/ (any custom or downloaded themes)

As for creating different looks for your menus, you definitely want to check out custom templates.http://www.concrete5.org/documentation/general-topics/custom-templa...

There are a bunch of tutorials out there if you do a web search.
Here's one:http://www.codeblog.ch/2009/03/concrete5-templates/...

Let us know how you get on!