Styling
Comment Edit Lite has flexible markup for styling.
Don't want to mess with code? Comment Edit Pro provides a user interface for the commonly-requested features.
Styling
The plugin doesn’t come with any styles. We leave it up to you to style the interface. It doesn’t look horribly ugly on most themes, but we leave the advanced customization up to you.
Styling the Edit Interface
The overall editing interface has been wrapped in a div
with class sce-edit-comment
.
Styling the Edit Button
The edit button and timer have been wrapped in a div
with class sce-edit-button
.
Styling the Loading Icon
The loading icon has been wrapped in a div
with class sce-loading
.
Styling the Textarea
The textarea interface has been wrapped in a div
with class sce-textarea
.
The actual textarea
has been wrapped in a div
with class sce-comment-textarea
. The save/cancel buttons have been wrapped in a div
with class sce-comment-edit-buttons
.
Testing the Styles
Since most of the interface is hidden, it’s a little hard to style. Just place this into your stylesheet, and remove when you’re done.
Last updated