Active
Project:
Views Display Tabs
Version:
6.x-1.0-beta6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2010 at 16:39 UTC
Updated:
14 May 2010 at 22:50 UTC
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
Comment #1
solipsist commentedYou can override the theme functions to attach the classes you need to style it.
Comment #2
klim_ commentedhow?