Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1130198
    Quantum
    Participant

    Hi,
    i have managed to change the font size of the Comments and email text etc. using this code:
    .comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-rating label, .comment-form-comment label {
    font-size: 16px;
    }
    how do i change the “Leave a Reply” text size as well as the “Your email address will not be published. Required fields are marked”?

    #1130478
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Please try this one

    .comment-reply-title, .comment-notes {
    font-size: 16px;
    }
    

    Cheers!

    #1130717
    Quantum
    Participant

    Thanks!

    #1130741
    Thai
    Moderator

    You’re most welcome 🙂

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