Currently liquidslider automatically generates tabs with the classes which can be selected and styled using css.
<ul id="foobar" style="float: left;">
<li class="tab1"></li>
<li class="tab2"></li>
<li class="tab3"></li>
</ul>I have several liquid sliders on my page whose tabs I would like to style differently to each other. Is there a way to do this in css that I do not know about or is this feature request legitimate?
Comments
Comment #1
steveoriolTo differentiate your "liquidSlider" you can add "class" to your views by clicking on "Advanced" (right column in the administration views) and "None" next to "CSS class:", type the name of 'class' in every views.
For example: 'liquidslider-deco1' for view 1, and 'liquidslider-deco2' for view 2.
After you have just created your css, example:
Comment #2
steveoriol