comment bar options [SOLVED]

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

sbertie September 21 2009, 06:41:50 UTC
I put this in the comments bar section of my css:

.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

liars_dance September 21 2009, 07:28:44 UTC
Thank you so much! That works perfectly :)

Reply


Leave a comment

Up