How can I stylish particular tab with css? Is possible to add class = view name?

Es.
View/Tab name= "Test"

and

<li>
     <a rel="page_1" class="viewsdisplaytabs-tab active viewsDisplayTabs-processed <strong>Test</strong>" href="..."><strong>Test</strong></a>
</li>

Is it possible?

Comments

solipsist’s picture

You can override the theme functions to attach the classes you need to style it.

klim_’s picture

how?