Sep 21, 2009 07:04
Hi - I've had a look at the comment related tags but can't find a reference to the question I am sure has been asked before. Is there a way I can be rid of the 'tell a friend' and 'track this' options in the comment bar?
Many thanks
entries:linkbar
Leave a comment
Comments 2
.asset-meta-list a[href*=flag] {
display: none;
}
.asset-meta-list a[href*=tellafr] {
display: none;
}
.asset-meta-list a[href*=subscrip] {
display: none;
}
Hope that helps. :)
Reply
Reply
Leave a comment