Is there a way to display (css and html) in a different way the "reply" form and the main "comment" form?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Well, it is the same form, but it is moved to another place in the DOM tree. So you could create one style for just |
|||
|
|
Sorry, but: No, it's exactly the same form, just placed somewhere else via JavaScript. |
|||||||||||
|
.commments .comment #respond), and then you can hide or show fields that are otherwise visible or hidden. So changing the HTML is difficult (but not impossible if you switch the core JS file with your own), but maybe you can do everything you want in CSS? Can you specify what you want to do? – Jan Fabry May 10 '11 at 19:19