Hi,

I'd like to know if there's an easy way to replace the link "Post New Comment" with an image button. I'd like the link to be a little more graphic and enticing. I've looked in the module file, but shouldn't I create a small module on top of it instead?

Thanks for your help,

Comments

neochief’s picture

It can be done easily with CSS:

#comment-form-title {
background-image: url(/files/yourimage.png) no-repeat 0 0;
}

neochief’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Davinia’s picture

This does not work....
Is there something wrong with the text?