Great module and thanks for the hard work but I have run into a problem. I have noticed that views Content: Service links field has no rewrite output options. I posted the issue on the Service Links module issue page and the maintainer said it is a views problem.
Is there a way assign a class to the Content: Service links field Style settings.
I did attempt this with Customize field HTML in the style setting option but my css appears to have no effect.

Any suggestions or help with this would be appreciated.

Comments

Road Kill’s picture

It appears that ul.links work very well in the css but a rewrite output option would be wicked.

ul.links{
margin-left:-329px;
margin-top:138px
width:200px;

}