Closed (fixed)
Project:
AJAX Comments
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2009 at 13:06 UTC
Updated:
28 May 2012 at 02:50 UTC
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
Comment #1
neochief commentedIt can be done easily with CSS:
#comment-form-title {
background-image: url(/files/yourimage.png) no-repeat 0 0;
}
Comment #2
neochief commentedComment #5
Davinia commentedThis does not work....
Is there something wrong with the text?