Title: background &#8211; mouse over effect
Last modified: August 22, 2016

---

# background – mouse over effect

 *  Resolved [jhaustein](https://wordpress.org/support/users/jhaustein/)
 * (@jhaustein)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/background-mouse-over-effect/)
 * hi
 * i´m using the locator – prob is in the listing of the stores – there is an mouse
   over in red – and i want to change the bg color – please help
 * [https://wordpress.org/plugins/store-locator/](https://wordpress.org/plugins/store-locator/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Viadat](https://wordpress.org/support/users/viadat/)
 * (@viadat)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/background-mouse-over-effect/#post-5935098)
 * [@jhaustein](https://wordpress.org/support/users/jhaustein/),
    1) Go to ‘/plugins/
   store-locator/css/store-locator.css’
 * 2) On approx. line 194, update ..
 *     ```
       .results_entry:hover {
       	/*hover color of search result*/
       	background-color:salmon;
       }
       ```
   
 * .. to ..
 *     ```
       .results_entry:hover {
       	/*hover color of search result*/
       	background-color:{color of your choice};
       }
       ```
   
 * .. where {color of your choice} = ‘green’ or ‘#000099’ (dark blue), for example
 * 3) Copy updated ‘/store-locator/css/store-locator.css’ to ‘/wp-content/uploads/
   sl-uploads/custom-css/’ so that when updating to newer Store Locator versions,
   your newly-made CSS changes are preserved

Viewing 1 replies (of 1 total)

The topic ‘background – mouse over effect’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/store-locator_343c21.svg)
 * [Store Locator for WordPress with Google Maps – LotsOfLocales](https://wordpress.org/plugins/store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/store-locator/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Viadat](https://wordpress.org/support/users/viadat/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/background-mouse-over-effect/#post-5935098)
 * Status: resolved