• 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!

    • This topic was modified 1 year, 2 months ago by hemjesti. Reason: added an image
Viewing 1 replies (of 1 total)
  • valeriochi

    (@valeriochi)

    Got the same problem, as a novice I couldn’t find the right spot to paste that script, I found out in the column edit section you can switch from column to row in the content layout setting and those lines disappear (:

Viewing 1 replies (of 1 total)
  • The topic ‘Thin line above and below the Slider Revolution’ is closed to new replies.