Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1321526
    Denise
    Participant

    Hello,

    So I noticed “Leave a Comment” is actually larger than the post title, which is problematic. I searched the forums and found this code, which works:

    #reply-title {
    font-size: 132.7%;
    }

    .comment-notes {
    font-size: 82.2%;
    }

    .comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-rating label, .comment-form-comment label {
    font-size: 71.4%;
    }

    .comment-subscription-form .subscribe-label {
    font-size: 60%;
    }

    “Leave a comment” now looks perfect but now, once I insert a comment, Comments is still gigantic, and the name of the poster is a little bit big as well. If anything, these texts should be smaller than the post title.

    Anyways, can you help me reduce the size of the Comments and the name of the poster?

    the page is this http://thebookatelier.com/?p=109#comment-2 (The site is still in the planning stage)

    #1321800
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .h-comments-title {
      font-size: 200%;
    }
    .x-comment-author {
      font-size: 125%;
    }
    
    .x-comment-time {
      font-size: 75%;
    }

    You can adjust the values if needed.

    Hope this helps.

    Cheers!

    #1322187
    Denise
    Participant

    Thanks!

    It sort of works. I’ll work on the values.

    Again, thanks for the help.

    #1322198
    Christian
    Moderator

    You’re welcome.

    #1322217
    Denise
    Participant

    Well, actually, all the fonts get a little out of whack with this.
    Spaces get odd.

    The text in the comment is bigger than the text in the post.

    But I’ll figure something out. I’ll try using discus and FB comments and see if I get better results.

    UPDATE: APPARENTLY NOT AS EASY AS THAT.

    #1322245
    Paul R
    Moderator

    Hi,

    We certainly appreciate the feedback! This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive. Thanks!

    #1322249
    Denise
    Participant

    Cool. One last request.

    How can I change the size of the font in the comments?

    (It should absolutely not be larger than the size of the font in the body of the comment).

    #1322320
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .x-comment-content {
        font-size: 14px;
    }

    Hope that helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1321526 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>