Home Forums Free Themes Signify Dark how to change comment size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #142422
    wordsbyflip
    Participant

    Hey,

    I am using the signify dark theme and I would really like to know how to change the size of the comment form box (and the font size as well), and I would like to know how to change the comment box size (the comment boxes + font when people leave a comment on a post are huge)

    #142438
    Psink
    Keymaster

    Hello @wordsbyflip

    Please this CSS in Additional CSS.

    CSS to change comment box size – change padding value as per your nedd

    
    .comment-container {
        padding: 30px 20px;
    }
    

    CSS for user comment reply font size

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

    CSS for comment ‘Reply’ Text font size

    
    .comment-container span.reply {
        font-size: 15px;
    }
    

    CSS for comment user name font size

    
    cite.fn.author-name {
        font-size: 20px;
    }
    

    Please add all this CSS to Admin panel >> Appearance >> Customize >> Additional Css, here paste all of CSS and published.

    Have a good day

    Regards,
    Psink

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.