12 May
The carousel block looks great, but unlike the demo, the Title and Learn More are both underlined. How can I turn the underlining off? Thanks.
12 May
#1
Hm, try adding the following CSS to the bottom of your stylesheet:
.jcarousel-container .views-field-title a {
text-decoration: none;
}
.jcarousel-container .views-field-view-node a {
text-decoration: none;
}




