I am using jQuery expander here http://plugins.learningjquery.com/expander but couldnt find how to add a custom class to the show more/less links.
There are some I would like blue and others I would like black. I tried adding the summaryClass definition but that didnt do anything.
Does anyone have any ideas how to add a custom class to individual links?
I have tried a couple of other expander plugins but this seems the best one I could find.
You can do this with CSS.
The Expander plugin places a link wrapped in a span with class read-more / read-less. So, some CSS to target that link…
Hope this helps!