Change Fonts in COMMENT SECTION

Hi there!
I am looking for some help on the comment section of my blog. I use the Activello theme and my blog URL is:
http://www.primetimechaos.com/

Is there a way the font family and style can be changed by adding some custom CSS?
I added a screenshot so you can see which area I mean.

I have searched for a solution in the forum but couldn’t find one.
Thank you!
All the best, Theresa

Hi Theresa,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#comments {
     font-family: arial;
}

#respond * {
    font-family: serif;
}

Please change the font family in the above CSS code to whatever you want to set.

Best Regards,
Movin

Hi Movin,
thank you so much for your help!
It worked perfectly!

All the best,
Theresa

You are most welcome here :slight_smile: