Title: Thimbnail Hover text CSS
Last modified: August 21, 2016

---

# Thimbnail Hover text CSS

 *  Resolved [tab2tab](https://wordpress.org/support/users/tab2tab/)
 * (@tab2tab)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/thimbnail-hover-text-css/)
 * How to remove the bottom border on the home page thumbnails postmetadata.
 * Hover on the thumbnail shows meta data of the post, I want to remove the bottom
   border for the text. I tried to find .postmetadata for some reason cannot find
   it.
 * Link: dealtikka.com

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/thimbnail-hover-text-css/#post-4074680)
 * It looks like part of theme settings on accent color. See to it first that you
   could control it right from theme settings page.
 * If not, use this in theme’s Custom CSS option.
 *     ```
       #content .postmetadata {
       	border-bottom: none !important;
       }
       ```
   
 *  Thread Starter [tab2tab](https://wordpress.org/support/users/tab2tab/)
 * (@tab2tab)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/thimbnail-hover-text-css/#post-4074775)
 * That worked, Thank you Paul

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

The topic ‘Thimbnail Hover text CSS’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hey-cookie/1.2.9/screenshot.png)
 * Hey Cookie
 * [Support Threads](https://wordpress.org/support/theme/hey-cookie/)
 * [Active Topics](https://wordpress.org/support/theme/hey-cookie/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hey-cookie/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hey-cookie/reviews/)

## Tags

 * [metadata](https://wordpress.org/support/topic-tag/metadata/)
 * [thumbnails](https://wordpress.org/support/topic-tag/thumbnails/)

 * 2 replies
 * 2 participants
 * Last reply from: [tab2tab](https://wordpress.org/support/users/tab2tab/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/thimbnail-hover-text-css/#post-4074775)
 * Status: resolved