Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Shannon,

    Thanks so much for upgrading!

    Please try the following CSS to make these changes:

    .comment-content {
      margin-left: 0px !important;
      margin-top: 12px;
      font-size: 14px;
    }
    .comment-meta {
      margin-left: 0 !important;
    }

    You can copy & paste the code above into your child theme’s style.css file, or the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thread Starter thistleandvine

    (@thistleandvine)

    Thank you so much for the quick reply! What about for the leave a reply section and form?

    Theme Author Ben Sibley

    (@bensibley)

    No problem 🙂

    Try adding this CSS as well:

    #respond {
      font-size: 14px;
    }
    Thread Starter thistleandvine

    (@thistleandvine)

    Thank you, Ben! Appreciate all of your help!

    Shannon

    Theme Author Ben Sibley

    (@bensibley)

    Happy to help 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ignite Plus – child – how to reduce font size in comments section’ is closed to new replies.