Title: Change post box hover background colour, Press Customizr
Last modified: April 15, 2017

---

# Change post box hover background colour, Press Customizr

 *  [ashley](https://wordpress.org/support/users/ashleycox/)
 * (@ashleycox)
 * [9 years ago](https://wordpress.org/support/topic/change-post-box-hover-background-colour/)
 * I’ve installed and setup the theme on [http://www.audioappraisal.com](http://www.audioappraisal.com).
   I’m wondering how I change the hover colour when you mouse over one of the posts
   on the front page? I’m using a child theme and the grey skin. Can someone point
   me to the correct CSS to override? Many thanks!
    -  This topic was modified 9 years ago by [ashley](https://wordpress.org/support/users/ashleycox/).

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

 *  [amykw105](https://wordpress.org/support/users/amykw105/)
 * (@amykw105)
 * [9 years ago](https://wordpress.org/support/topic/change-post-box-hover-background-colour/#post-9035249)
 * Hello,
 * If you go to the theme settings there will be an ‘advanced options’ or ‘custom
   css’ area. In here you can copy/paste the following code:
 *     ```
       .tc-post-list-grid .expanded.hover .entry-summary, .tc-post-list-grid .hover:not(.expanded) figcaption {
           background-color: darkred;
       }
       ```
   
 * Change darkred to the colour you would like the hover effect to be.
 *  Thread Starter [ashley](https://wordpress.org/support/users/ashleycox/)
 * (@ashleycox)
 * [9 years ago](https://wordpress.org/support/topic/change-post-box-hover-background-colour/#post-9035279)
 * Thank you, exactly what I was looking for. Knew it had to be in there somewhere!
   Somewhat related, is there a hook I can use to insert a block of html in-between
   the rows of posts? I’d like to insert an Adsense block between the rows, if possible!

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

The topic ‘Change post box hover background colour, Press Customizr’ is closed to
new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [front page](https://wordpress.org/support/topic-tag/front-page/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 2 replies
 * 2 participants
 * Last reply from: [ashley](https://wordpress.org/support/users/ashleycox/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/change-post-box-hover-background-colour/#post-9035279)
 * Status: not resolved