[Resolved] How to edit text inside the Comments box?

Home Forums Support [Resolved] How to edit text inside the Comments box?

Home Forums Support How to edit text inside the Comments box?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #802681
    Ravi Dixit

    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

    #802820
    David
    Staff
    Customer Support

    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;
    }
    #821554
    Ravi Dixit

    It works, Thanks David

    #822324
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.