Tagged: x
-
AuthorPosts
-
January 8, 2017 at 5:36 pm #1321526
DeniseParticipantHello,
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)
January 8, 2017 at 10:38 pm #1321800
RupokMemberHi 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!
January 9, 2017 at 6:05 am #1322187
DeniseParticipantThanks!
It sort of works. I’ll work on the values.
Again, thanks for the help.
January 9, 2017 at 6:13 am #1322198
ChristianModeratorYou’re welcome.
January 9, 2017 at 6:24 am #1322217
DeniseParticipantWell, 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.
January 9, 2017 at 6:45 am #1322245
Paul RModeratorHi,
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!
January 9, 2017 at 6:47 am #1322249
DeniseParticipantCool. 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).
January 9, 2017 at 7:34 am #1322320
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-comment-content { font-size: 14px; }Hope that helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1321526 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
