New Topic

Reply To: Customization (My Website)

Home › Forum › Customization › Customization (My Website) › Reply To: Customization (My Website)

#1031

StartupWP
Keymaster

1. Use:

#respond h3 {
  margin-bottom: 10px;
}

2. Use:

.comment-form-author {
  margin: 10px 0 20px;
}

3. Looks like you’ve edited comments.php in order to add that extra text so you can use <br /> tags for carriage returns.

4. Use:

#commentform {
  font-family: arial;
}

5. Actually, just use:

.required {
  color: #CC0000;
}

6. Try before and after that line.

7. Use:

.logged-in-as {
  display: none;
}

Have you been using Firebug?