• Rawtwig dot com
    Page; Your man and me….at the bottom

    My comment box is doing a hit one miss one. I cant find where and how to change this.

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Just added 3 comments in a row. Without any issue – they all are held for moderation.
    See discussion options in your wordpress admin panel.

    Thread Starter Raw Twig

    (@raw-twig)

    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.

    Thread Starter Raw Twig

    (@raw-twig)

    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?

    Thread Starter Raw Twig

    (@raw-twig)

    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?

    Thread Starter Raw Twig

    (@raw-twig)

    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”

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Comments; Do 1 miss 1’ is closed to new replies.