Thin line above and below the Slider Revolution
-
So, using avada theme in wordpress – we added a slider element using Slider Revolution and when we do, there’s a thin gray line above and below the slider.
Turns out it comes from avada – i can’t find in avada where it’s happening but i did find that to fix this we added some custom css. Here’s what we added.
/* REMOVE GRAY LINES ABOVE AND BELOW THE SLIDER REV ELEMENT */
.avada-has-rev-slider-styles .avada-skin-rev {
border-top: 0px !important;
border-bottom: 0px !important;
}Hope this helps someone!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Thin line above and below the Slider Revolution’ is closed to new replies.