Customising css file for Auto Nav

Permalink
I am trying to style my navigation menu.

Do I create a separate css file for the Auto Nav?

Once uploaded how do I link the Auto Nav to my css file?

trixiemay
 
12345j replied on at Permalink Reply
12345j
this is just css stuff. you don't need a seperate file, just edit the included css file. you probably want to edit it withhttp://www.hostm.com/simplecss.m... and look for an area called nev, or main menu, or some such thing. (can't get more specific without knowing theme.
digitmaster replied on at Permalink Reply
digitmaster
@12345j My antivirus reports a malware into the .exe when downloading it from the link in the first reply. Careful.
12345j replied on at Permalink Reply
12345j
i used it when i was starting off with css, helped a lot. i use a mac though, and haven't updated in a while. id still think its clean though.
SVijay replied on at Permalink Reply
SVijay
Hi,

To style the auto nav block, you need to create a custom template.

To create a custom template, copy the concrete/block/autonav/view.php and place it in block/autonav/templates/your_template/view.php
and create a view.css file in the block/autonav/templates/your_template/view.css
in this css file you can style the autonav as you want.
Then go to autonav block (edit mode) and select your custom template and save it. Thats it, you are done.

For more details visit -http://www.concrete5.org/documentation/how-tos/customize-a-block-s-...

Hope you understand
trixiemay replied on at Permalink Reply
trixiemay
Thanks for that.

Nice and precise.
SVijay replied on at Permalink Reply
SVijay
Hi,

If it works, can you mark it as answer?
It may help others in future.