Title: Hover for Listings
Last modified: August 28, 2018

---

# Hover for Listings

 *  Resolved [lelethielen](https://wordpress.org/support/users/lelethielen/)
 * (@lelethielen)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/hover-for-listings/)
 * Hi, Im trying to change the hover state for .advert-price and .advert-item and
   havent been able to find a way. Could you please direct me to the right path?
   
   Thanks!!
 * [https://www.seoulaccueil.com/annonces/](https://www.seoulaccueil.com/annonces/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhover-for-listings%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/hover-for-listings/#post-10635140)
 * Hi, on the [adverts_list] you can change the hover state for advert-item and 
   advert-price with the below CSS code
 *     ```
       body .advert-item:hover .advert-item-grow { 
           /* ... */
       }
       body .advert-item:hover .advert-price {
           color: green !important;
       }
       body .adverts-bg-hover .advert-item-col-1:hover {
           background: lime !important;
       }
       ```
   
 *  Thread Starter [lelethielen](https://wordpress.org/support/users/lelethielen/)
 * (@lelethielen)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/hover-for-listings/#post-10635929)
 * Thank you so much! 🙂

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

The topic ‘Hover for Listings’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [lelethielen](https://wordpress.org/support/users/lelethielen/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/hover-for-listings/#post-10635929)
 * Status: resolved