New Topic

Reply To: Customization (My Website)

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

#1057

StartupWP
Keymaster

1. You actually should only need this line to add to other templates than comments.php:

<span class="comments-link"><?php comments_popup_link( __( 'Leave a Comment', 'startup' ), __( '1 Comment', 'startup' ), __( '% Comments', 'startup' ) ); ?></span>

Not exactly sure where/how you want to add it though, you may want to experiment.

2. Try:

#comments-list, .comment-link {
  border-top: 2px solid #CCCCCC;
}

3. Try:

.single-format-standard #content {
  width: 98%;
}

4. Update to:

.comment-reply-link {
  color: #9A9A9A;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: 40px;
  text-decoration: none;
}

5. We’ll need a lot more specifics than that.