a.class in Auto Nav

Permalink
I've created a simple theme and styled the Auto Nav. I would like to add a class to <a>, because the styling is influencing other <a>'s in f.e. add-ons.

Source code: <a href="/index.php/glassieraden/" target="_self" class="">. The class of <a> is empty.

I've read several replies and how-to's about this subject, but I'm not sure which answer is the appropriate one for my question.

Any help is very much appreciated. Thanks in advance!

Edwin

 
webpresso replied on at Permalink Reply
webpresso
Dear Edwin

Perhaps you could fix this by giving your auto-nav block a class by using the "design" setting on that block.

Then you can easily style your a-tag.

E.g:
.yourautonav a { ... }


Or if you like to select only the second level of the navigation you could do this:

.yourautonav li li a { ... }