Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   widget shopping cart marketpress mouse over distortion (http://forum.bytesforall.com/showthread.php?t=23653)

LonelyDrone Nov 10, 2016 03:49 PM

widget shopping cart marketpress mouse over distortion
 
1 Attachment(s)
is there a way to turn off the mouse over in the widget sidebar. Seems to be some sort of distortion I tried a bit of css (below) with no luck and Hover effect for all tables? is no. see attached pic. TY!
does not seem to happen with different theme.

div.mp_mini_cart_item-content *:hover {
pointer-events: none !important;
}

juggledad Nov 10, 2016 04:04 PM

It has to do with the CSS from your shopping cart plugin. The following selector and rule is causing the issue:
HTML Code:

.mp_mini_cart_item-link:hover {
background-color:#eee
}



All times are GMT -6. The time now is 05:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.