• 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 3 years, 6 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter libbystenzel

    (@libbystenzel)

    Update: I decided to remove the “Comments” title at least for now

    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.