• Resolved ccdavies

    (@ccdavies)


    Hi! I have a very simple question for anyone who knows anything about wordpress. I have intergrated wordpress into an existing website, but cant find out how to edit the comments area which you can see at the bottom of this page: http://jerseyislandphotography.co.uk/blog/?p=1#comments

    I simply want to add a slight gap between “comments” and the comment box, as well as removing this text:

    You may use these HTML tags and attributes…blah blah

    Thanks to anyone that can point me in the right direction!!

    Chris

Viewing 4 replies - 1 through 4 (of 4 total)
  • I simply want to add a slight gap between “comments” and the comment box

    Not quite what you mean here…

    as well as removing this text

    .form-allowed-tags {display:none;}

    Thread Starter ccdavies

    (@ccdavies)

    Sorry!

    Firstly I want to have a slight space between the text “comment” and the box where you enter the comment.

    Secondly I want to remove this text that begins with:

    “You may use these HTML tags and attributes…”

    Where would I do this?

    .comment-form-comment label {
        display: inline-block;
        margin-right: 5px;
    }

    Add this, and the CSS I gave above, to your site’s stylesheet.

    Thread Starter ccdavies

    (@ccdavies)

    Thank you very much! Worked perfectly 🙂

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

The topic ‘Simple question!’ is closed to new replies.