Title: Styling Comments Section
Last modified: June 2, 2021

---

# Styling Comments Section

 *  [libbystenzel](https://wordpress.org/support/users/libbystenzel/)
 * (@libbystenzel)
 * [5 years ago](https://wordpress.org/support/topic/styling-comments-section/)
 * I am finishing formatting my comments section and am having trouble with a few
   things… how to:
    – Change the font of both the comment author and reply link 
   to Scope One – It also looks like the “Comments” heading is slightly more bold
   than the “Leave a Reply” heading, although I am not sure why based on my code.
   Looking to make the Comments heading less bold to match the Leave a Reply heading
 * Thank you!
    -  This topic was modified 5 years ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
      Reason: Moved to Fixing WordPress, this is not an Developing with WordPress
      topic
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstyling-comments-section%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [libbystenzel](https://wordpress.org/support/users/libbystenzel/)
 * (@libbystenzel)
 * [5 years ago](https://wordpress.org/support/topic/styling-comments-section/#post-14513334)
 * Update: I decided to remove the “Comments” title at least for now
 *  [LitExtension_Lucas](https://wordpress.org/support/users/lucaslitextension/)
 * (@lucaslitextension)
 * [5 years ago](https://wordpress.org/support/topic/styling-comments-section/#post-14532246)
 * You can add the following CSS to adjust the boldness of the title:
 *     ```
       #reply-title{
       font-weight: 400;
       }
       ```
   
 * Or you can hide it using the following CSS:
 *     ```
       #reply-title{
       visibility: hidden;
       }
       ```
   
 * Hope this helps 🙂

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

The topic ‘Styling Comments Section’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [LitExtension_Lucas](https://wordpress.org/support/users/lucaslitextension/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/styling-comments-section/#post-14532246)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
