Site logo

Archived topic

How to edit text inside the Comments box?

3 replies · Started by Ravi Dixit on February 5, 2019

Viewing posts 1–4 of 4

Hey there,
I want to change the font of text inside the comments box.
Can i come to know the css selectors for that part?

Thanks

Hi there,

the comments form has a unique ID of #comments so you can target the textarea / input labels and p tag like so:

#comments input, #comments textarea, #comments p { 
    font-size: 16px;
}

It works, Thanks David

You're welcome

This archived topic is closed to new replies.