Title: Comment styling
Last modified: August 22, 2016

---

# Comment styling

 *  Resolved [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/comment-styling-5/)
 * Hi guys,
 * So, loving the plugin after a few weeks of use, clean and very fast, great job!
   Couple of questions/suggestions:
 * **1.** Can you provide the CSS I’d need to amend the comment font to the same
   as my blog? I’ve tried to locate, but unsure of what it would be. My blog uses
   the following CSS for the main body:
 * article .entry-content {
    margin: 70px auto 50px auto; display: block; font-family:‘
   Lato’, sans-serif; font-weight: 350; text-align: left; font-size: 20px; color:#
   5f5858; }
 * **2.** Is there a way to make the “Comments” meta at the top of a post link directly
   to the comments section when clicked? This is something I’ve found an issue with
   Disqus and Livefyre – I was wondering, since your plugin is tied to native WP
   Comments, if it would be easier to make the “Comments” link jump straight to 
   the comments section when clicked.
 * Thanks again for a great plugin!
 * Danny.
 * [https://wordpress.org/plugins/wpdiscuz/](https://wordpress.org/plugins/wpdiscuz/)

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/comment-styling-5/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/comment-styling-5/page/2/?output_format=md)

 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625355)
 * Hi Danny,
 * > 1. Can you provide the CSS I’d need to amend the comment font to the same as
   > my blog? I’ve tried to locate, but unsure of what it would be.
 * The comment content should be the same, because we have not sent any font for
   comment text. Only the comment buttons and author names are set with certain 
   font.
 * > 2. Is there a way to make the “Comments” meta at the top of a post link directly
   > to the comments section when clicked? This is something I’ve found an issue
   > with Disqus and Livefyre – I was wondering, since your plugin is tied to native
   > WP Comments, if it would be easier to make the “Comments” link jump straight
   > to the comments section when clicked.
 * This is already on the top of our to-do list. We’re currently working on that.
   We’re going to release this with next wpDiscuz version very soon.
 *  Thread Starter [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625359)
 * Hi guys,
 * OK, so I messed about with it a bit more, and got it pretty much to how I want.
   It was inheriting the font, but not the weight or line height, so I amended that.
 * Quick additional question, still on comment styling – can I add CSS so there’s
   double space between comment paragraphs (much like on this thread)?
 * Currently, even if you hit Enter twice, once the comment goes live, it has single
   spacing. Double spacing would be preferable.
 * Thanks again for a great plugin, and look forward to future updates!
 * Danny.
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625384)
 * Hi dannybrown,
    Thank you very much for the 5* review.
 * > Quick additional question, still on comment styling – can I add CSS so there’s
   > double space between comment paragraphs (much like on this thread)?
 * Yes, that’s very easy. Just put this CSS in custom CSS field and customize the
   line-height:
 *     ```
       #wpcomm .wc-comment-text {
           color: #5f5858;
           font-size: 16px;
           line-height: 20px;
           padding-bottom: 5px;
           text-align: left;
       }
       ```
   
 * You can change it to something like this:
 *     ```
       #wpcomm .wc-comment-text {
           line-height: 28px!important;
       }
       ```
   
 *  Thread Starter [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625389)
 * Hi guys,
 * You’re welcome!
 * Thanks for the CSS, although that’s just for the styling itself (maybe my fault
   for not being clearer!). 🙂 Here’s what I mean.
 * **Current spacing with two paragraph comment:**
    Thankfully there’s been a backlash
   from consumers and many UK companies now pride themselves and market the fact
   that they have call centres in the UK. Many of them are still rubbish but at 
   least you can communicate with them slightly better. I can vouch for O2. I’ve
   been with them as a mobile phone provider since 1997 and they’ve never really
   let me down!
 * **Required spacing with two paragraph comment**
    Thankfully there’s been a backlash
   from consumers and many UK companies now pride themselves and market the fact
   that they have call centres in the UK. Many of them are still rubbish but at 
   least you can communicate with them slightly better.
 * I can vouch for O2. I’ve been with them as a mobile phone provider since 1997
   and they’ve never really let me down!
 * See the gap between _better._ from the first paragraph, and _I_ from the second?
   That’s the space I mean. Can this be done? Cheers!
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625392)
 * Ok, thank you for this explanation. Now we see the issue.
    Sure, this is not 
   a problem, we’ll add this in next wpDiscuz release.
 *  Thread Starter [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625394)
 * Thanks, look forward to it! 🙂
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625536)
 * Hi dannybrown,
    We just released wpDiscuz 2.0.0 with lots of new features. The
   problem with two paragraph spacing is fixed too. Please update.
 * **New Features:**
    * Live update of new comments with notifier buttons * Multi-
   level (nested) comment threads, with maximum levels depth setting option * Different
   comment date formats, reflects WordPress date format settings * URLs to link 
   auto-conversion in comment texts * **Multiple line-breaks (limited by WordPress
   comment filter)** * Comment author notification options with special checkboxes
   on comment form * Ability to add comment system on attachment pages if it’s allowed
   by WordPress * Comments are generated with WP comment-id to link those with anchor(#)*
   Option to set Live Update mode (auto or notifier buttons) and update period *
   Option to set nested comments maximum depth level * Option to manage (hide/show)
   email notification checkboxes * Option to manage background color of just loaded
   new comment (on live update)
 *  Thread Starter [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625537)
 * Awesome, guys, thanks for the heads-up and improvements, great stuff! 🙂
 *  Thread Starter [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625538)
 * Hi again,
 * So I just updated, but unfortunately the option to show notifications of all 
   new comments, and replies to new comments, doesn’t seem to save. I can check 
   the box, but when I save these settings, the boxes are blank again.
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625541)
 * Hi dannybrown,
    Please try to deactivate, delete and re-install the plugin.
 *  Thread Starter [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625545)
 * Will do. It must be a theme thing, as it worked on my theme, but not two belonging
   to my wife (both domains are using the Divi 2.0 theme from Elegant Themes).
 * Additionally, what would be the CSS used to reduce the space between the paragraphs?
   As it stands now, it’s a little large, I’d just like to reduced a little.
 * Thanks again for a great plugin!
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625546)
 * Hi dannybrown,
    We noticed that the new options are not being saved on some websites,
   we’re currently working on this issue and are planning to release wpDiscuz 2.0.1
   in a few hours. If you’ll have the same issue please wait for a few hours and
   update it again.
 * Also if you have a cache plugin, do not forget to reset all caches.
 * > Additionally, what would be the CSS used to reduce the space between the paragraphs?
   > As it stands now, it’s a little large, I’d just like to reduced a little.
 * Just put this CSS in custom CSS field and customize the line-height:
 *     ```
       #wpcomm .wc-comment-text {
           line-height: 20px!important;
       }
       ```
   
 * you can set it 18px, 20px, 22px and see which is good for you.
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625547)
 * wpDiscuz 2.0.1 released please update
 *  Thread Starter [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625548)
 * Perfect, thanks guys! 🙂
 *  Thread Starter [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/comment-styling-5/#post-5625553)
 * Hi again guys,
 * So I added that CSS, but it doesn’t seem to have worked on any of the themes 
   I run. I’ve cleared the cache on all to make sure, but spacing between the paragraphs
   seem the same – any ideas?
 * Thanks!

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/comment-styling-5/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/comment-styling-5/page/2/?output_format=md)

The topic ‘Comment styling’ 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

 * [comment styling](https://wordpress.org/support/topic-tag/comment-styling/)

 * 21 replies
 * 2 participants
 * Last reply from: [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/comment-styling-5/page/2/#post-5625564)
 * Status: resolved