Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1367465
    Matt
    Participant

    I am using the standard wordpress comments but the font size and comment boxes appear massive. I’m not sure if this is a wordpress setting or an x-theme setting.

    Please see this blog post for an example:

    https://activatemusic.academy/how-to-learn-music-theory-10-times-faster/

    #1367681
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Your comments section is bigger because you have added this custom css;

    p {
      color: #2e2519;
      font-size: 1.25em;
    }

    Please have this code updated and make use of this code instead:

    .entry-content p {
      color: #2e2519;
      font-size: 1.25em;
    }

    We would loved to know if this has work for you. Thank you.

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