Directional Arrows Weird on Hover
-
Hi, We’re using the slider on Metro, and everything is well except that when you hover over one of the directional arrows, they flip, or rotate. You can see that here: https://ibiology06.staging.wpengine.com/
We tried adjusting the hover in the css file, but nothing happened at all.
Here’s all the code we have in our custom css file:
#genesis-responsive-slider {
background-color: #fff;
border: none !important;
margin: 0 auto;
padding: 2px;
position: relative;
}.slide-excerpt-border {
background: none;
border: none !important;
display: inline;
float: left;
margin: 10px;
padding: 14px;
position: relative;
z-index: 8;
}.slide-excerpt {
margin: 1px !important;
}.flex-direction-nav li .next {
background-position: -52px 0;
right: 8px !important;
}.flex-direction-nav li .next:hover {
background-position: -52px -60px;
}.flex-direction-nav li .prev {
left: 8px !important;
}html > body .slide-excerpt-border {
margin: 10px 0 16px 14px !important;
padding: 8px 0 0 8px !important;
}Any guidance on what is causing that or how to fix much appreciated!
Thanks,
Yolanda and Lobsang
- The topic ‘Directional Arrows Weird on Hover’ is closed to new replies.