Just added 3 comments in a row. Without any issue – they all are held for moderation.
See discussion options in your wordpress admin panel.
Hi, Thank you…I just approved them but if you look now you will see that some are in boxes and others are not.
Actually that is feature – highlighting of odd items in comment list.
It is controlled by your theme’s CSS.
style.css
line: 433
#comments .comment.thread-even {
background: none repeat scroll 0 0 #993366;
border-bottom: 1px solid #B2B2B2;
}
You can use build-in wordpress editor. Appearance->Edit.
If that is a feature….how come the first two ‘comment and reply’ are in boxes yet the others aren’t?
How do i change it so all comments are in boxes. The review should be in a box..right?
Still cant find the right place; where or how to fix this.
Anyone please…thank you
What exactly you want to get?
To make all comments purple?
Comments purple and replys blank as in no box.
Thank you
find next lines in style.css
#comments .comment.thread-even {
background: none repeat scroll 0 0 #993366;
border-bottom: 1px solid #B2B2B2;
}
replace first line with
#comments .comment {
That will make all comments purple.
I’m not sure what do you mean under “replys blank as in no box”