Title: hover issue
Last modified: August 30, 2016

---

# hover issue

 *  Resolved [scottnsf](https://wordpress.org/support/users/scottnsf/)
 * (@scottnsf)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hover-issue-2/)
 * Great slider but I’m having an odd problem. There is a small box, 15px or so 
   that appears over the “Next” button when hovering over the area. I commented 
   out the button image and it still appears and I can’t find source of it in the
   inspector.
 * [Here it is](http://scottsawyerphoto.com/photo/wp-content/uploads/2015/12/box.png)
 * Thanks for a great product and Happy Holidays
 * Scott
 * [https://wordpress.org/plugins/meteor-slides/](https://wordpress.org/plugins/meteor-slides/)

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

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hover-issue-2/#post-6864986)
 * Hi Scott, can you post a link so that I can inspect it?
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hover-issue-2/#post-6864987)
 * What theme are you using?
 *  Thread Starter [scottnsf](https://wordpress.org/support/users/scottnsf/)
 * (@scottnsf)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hover-issue-2/#post-6865004)
 * Hi Josh,
 * I had it installed on a local site, so I just set up a slide show on my online
   site and the issue doesn’t appear anymore. Locally, I’m using a basic Bootstrap
   based theme running 4.4 with no plugins yet. The online site is a Genesis based
   theme running 4.1.8.
 * So it looks like the issue isn’t with the slider.
 * S
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hover-issue-2/#post-6865026)
 * At least you were able to narrow it down a bit!
 *  Thread Starter [scottnsf](https://wordpress.org/support/users/scottnsf/)
 * (@scottnsf)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hover-issue-2/#post-6865030)
 * I installed my local setup online. It was OK with the WP native theme but not
   OK with my Bootstrap theme.
 * You can see the issue here when you rollover the right side.
    [http://scottsawyerdesign.com/photo/slides/](http://scottsawyerdesign.com/photo/slides/)
 * S
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hover-issue-2/#post-6865039)
 * The issue is that bootstrap.css has some styles that are also targeting those
   slideshow nav buttons:
 *     ```
       li.next a:hover:before {
           content: "\2190";
           position: absolute;
           display: block;
           top: 42%;
           left: 0;
           background-color: #BFBFBF;
           color: #444;
           width: 20px;
           height: 20px;
           padding-left: 5px;
           text-decoration: none;
           box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
       }
       ```
   
 * Remove that, or add a rule like this to your theme or custom slideshow stylesheet
   and that should fix it:
 *     ```
       .meteor-slides .meteor-nav a:hover:before {
           display: none;
       }
       ```
   
 *  Thread Starter [scottnsf](https://wordpress.org/support/users/scottnsf/)
 * (@scottnsf)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hover-issue-2/#post-6865119)
 * That works, case closed!
 * Thanks,
 * S
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/hover-issue-2/#post-6865123)
 * No problem!

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

The topic ‘hover issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

## Tags

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

 * 8 replies
 * 2 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/hover-issue-2/#post-6865123)
 * Status: resolved