Title: Thumbnail Comment Count
Last modified: November 21, 2020

---

# Thumbnail Comment Count

 *  Resolved [Himanshu Anil Shah](https://wordpress.org/support/users/hashah3/)
 * (@hashah3)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-comment-count/)
 * For some reason the “Thumbnail Comment Count” is coming out as white on white,
   on the featured image thumbnail.
    How can I change the colour?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fthumbnail-comment-count%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Tim](https://wordpress.org/support/users/tneville/)
 * (@tneville)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-comment-count/#post-13692780)
 * Hi [@hashah3](https://wordpress.org/support/users/hashah3/),
 * You can fix this with some CSS. I’ve given you an example below, this will change
   the comment count and icon to black – which I have tested on your site and works.
 *     ```
       a.post-comments {
         color: black;
       }
       ```
   
 * Please let us know how you get on!
 * Kind Regards,
    Tim
 *  Thread Starter [Himanshu Anil Shah](https://wordpress.org/support/users/hashah3/)
 * (@hashah3)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-comment-count/#post-13693974)
 * Many thanks Tim, this works fine, however when I move my mouse over it, it goes
   back to white on white.
    Any ideas?
 * In fact this happens on most of my hot links, when I move the mouse on to them,
   then all disappear, suggesting white on white:
    – Like when I move on to the 
   blog title – Like the leave a Reply button at the bottom of the blog, for a logged
   in member –
 * Thanks
    Himanshu
 *  [Tim](https://wordpress.org/support/users/tneville/)
 * (@tneville)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-comment-count/#post-13693980)
 * Hi Himanshu [@hashah3](https://wordpress.org/support/users/hashah3/),
 * So it does! To change the colour of all your hyperlinks to a different colour
   when you mouse over them please **add** the extra code below. This will change**
   all** links to blue when you hover over them.
 *     ```
       a:hover {
         color: blue;
       }
       ```
   
 * You can change the colour to any colour that you like, **[this table](https://www.rapidtables.com/web/css/css-color.html)**
   may be helpful. You can of course use a hex colour code too.
 * Please let me know how this goes.
 * Kind Regards,
    Tim
 *  Thread Starter [Himanshu Anil Shah](https://wordpress.org/support/users/hashah3/)
 * (@hashah3)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-comment-count/#post-13693986)
 * Thanks Tim, I added the CSS code, but the Comments count & Blog title still disappear,
   when I move the mouse on to them?
 *  [Tim](https://wordpress.org/support/users/tneville/)
 * (@tneville)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-comment-count/#post-13693992)
 * Hi Himanshu,
 * Ah, sorry, an override should sort that:
 *     ```
       a:hover {
         color: blue !important;
       }
       ```
   
 * Kind Regards,
    Tim
 *  Thread Starter [Himanshu Anil Shah](https://wordpress.org/support/users/hashah3/)
 * (@hashah3)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-comment-count/#post-13694943)
 * Thanks Tim, I used the following code:
    /* change colour of links with mouse 
   on */ a:hover { color: forestgreen !important; font-style: bold; }
 * This now means any hyperlink turns green when I move the mouse of it.
 * However on the home page, the blog title and comment count, both go white on 
   white, when I place my mouse on then.
 *  Thread Starter [Himanshu Anil Shah](https://wordpress.org/support/users/hashah3/)
 * (@hashah3)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-comment-count/#post-13694956)
 * Hi Tim, I just removed the “!important” and now something really weird happens.
   
   When I move the mouse in any part of the blog, the title goes white on white,
   but when I move my mouse on the title it goes green, and then back to white on
   white when I move the mouse of. When I move the mouse fully of the block, the
   blog title reappears in the original dark grey colour. Any ideas?
 *  Thread Starter [Himanshu Anil Shah](https://wordpress.org/support/users/hashah3/)
 * (@hashah3)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-comment-count/#post-13694970)
 * Hi Tim, even more weird, now blog title, which is also a permalink, goes white
   on white when the mouse is in any area of the blog, but no longer goes forestgreen
   when you move the mouse over it.
 *  Thread Starter [Himanshu Anil Shah](https://wordpress.org/support/users/hashah3/)
 * (@hashah3)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/thumbnail-comment-count/#post-13826792)
 * I managed to resolve this issue, byt changing the Theme’s Primary and Secondary
   Colours:
    From the WordPress desktop: – Appearance/Customize/Web Page Design/
   General Design Options : Font, Colour – Scroll down on the left hand side, change
   Primary & Secondary Colours

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

The topic ‘Thumbnail Comment Count’ is closed to new replies.

## Tags

 * [Hueman theme](https://wordpress.org/support/topic-tag/hueman-theme/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 9 replies
 * 2 participants
 * Last reply from: [Himanshu Anil Shah](https://wordpress.org/support/users/hashah3/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/thumbnail-comment-count/#post-13826792)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
