Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi Adam,
    I had the exact same problem. I just copied and pasted the following into my style.css (taken from the testimonials-widget.css) and the testimonials did not show up as a list anymore but as individual testimonials:

    .testimonialswidget_testimonials .testimonialswidget_active {
    	/* active testimonials */
    	display: block;
    }
    .testimonialswidget_testimonials .testimonialswidget_display_none {
    	/* staged testimonials */
    	display: none;
    }
Viewing 1 replies (of 1 total)