• Resolved The Art Monkey

    (@the-art-monkey)


    Hey Opa!

    Where are the settings for the font size and type in the comments. I see Basic – Layout – Fonts but am not sure which one it is.

    Basically, my font in the comment reply box (the font used when a person is typing their reply) is super small and I want to make it bigger.

    THANK YOU!

    -Art

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I can add it in the next version, but – for the time being – you can add custom css as follows:

    .wppa-comment-form textarea {
    	font-size: 24px !important;
    }

    e.g. to get it 24 pixels

    Custom css can be entered using the menubar option
    Customize -> Additional CSS

    If there is no admin bar at the frontend, use dashboard function
    Appearance -> Customize -> Additional CSS

    Thread Starter The Art Monkey

    (@the-art-monkey)

    Awesome and did the temp CSS fix and it works. To be clear – the font increased in the comment reply area but the already published comments remained in the small font (which is a related thing). Is it possible to increase that size also with user input?

    Thanks again Opa! Stellar work and response as usual!

    -Art

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Same idea: custom css:

    .wppa-comment-bquote {
    	font-size:18px !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fonts size setting for comments and comment replies’ is closed to new replies.