Title: Comment field code
Last modified: June 22, 2022

---

# Comment field code

 *  Resolved [bunnycake](https://wordpress.org/support/users/bunnycake/)
 * (@bunnycake)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/comment-field-code/)
 * I want to customize the font of the comment field so that it matches the rest
   of my website. What is the css path to do that?
 * [1](https://ibb.co/TKw60M9)
    [2](https://ibb.co/pKb7HPZ)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcomment-field-code%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/comment-field-code/#post-15763103)
 * Hi,
 * Use the CSS code below:
 *     ```
       #wpdcom, #wpdcom .ql-editor::before{
           font-family:  "serifgothiclt", Sans-serif !important;
       }
       ```
   
 * Put the code in the Top Admin Bar > Customize > Additional CSS > “Additional 
   CSS” textarea, save it, delete all caches and check again.
 *  Thread Starter [bunnycake](https://wordpress.org/support/users/bunnycake/)
 * (@bunnycake)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/comment-field-code/#post-15765438)
 * I don’t think it did anything to the text. Are you sure it’s the [right code?](https://ibb.co/bFhPvHH)
    -  This reply was modified 3 years, 9 months ago by [bunnycake](https://wordpress.org/support/users/bunnycake/).
    -  This reply was modified 3 years, 9 months ago by [bunnycake](https://wordpress.org/support/users/bunnycake/).
 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/comment-field-code/#post-15767259)
 * Try this one:
 *     ```
       #wpdcom .ql-editor > *,  .ql-editor::before{
           font-family:  "serifgothiclt", Sans-serif !important;
       }
       ```
   
 *  Thread Starter [bunnycake](https://wordpress.org/support/users/bunnycake/)
 * (@bunnycake)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/comment-field-code/#post-15768931)
 * Hmm…doesn’t work either, but [this code](https://ibb.co/7vvT12b) changes the 
   font.
 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/comment-field-code/#post-15769501)
 * Have you deleted the caches before checking?
 *  Thread Starter [bunnycake](https://wordpress.org/support/users/bunnycake/)
 * (@bunnycake)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/comment-field-code/#post-15772517)
 * ok. fixed it. thanks

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Comment field code’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 6 replies
 * 2 participants
 * Last reply from: [bunnycake](https://wordpress.org/support/users/bunnycake/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/comment-field-code/#post-15772517)
 * Status: resolved