As the title says, how do you do this? I've seen it used on a few sites, and if theme demands space is a premium, then all the better. How would you change the buttons from the dull gray to something more colourful?
Thanks in advance
As the title says, how do you do this? I've seen it used on a few sites, and if theme demands space is a premium, then all the better. How would you change the buttons from the dull gray to something more colourful?
Thanks in advance
http://www.asymptomatic.net/wp-hacks
Look for "Comment Quicktags".
I have installed this plugin.
I get a two column layout with rather wide buttons... how do you setup the button width of this plugin?
edit the css code you add for the quicktags. read the readme too
Here's the Kubrick css fix:
/* fix for kubrick quicktags*/
div#ed_toolbar input.ed_button {width:auto;}
This fixed the contact plugin to have no quicktags:
/* fix to remove quicktags from comment form*/
.contactform div#ed_toolbar input.ed_button {
display: none;
}
tGriff
This topic has been closed to new replies.