• I’ve got a grey bar at the bottom of the slider (also shows a dash symbol?)

    can’t figure out how to remove it / make it transparent, or even just make it white to blend with the background.

    Earlier tonight I had the min-height set to 555pix and then changed the background of the first slide to white.. this removed half of the grey bar.. so weird it was grey and not transparent like it was selected (by default(?)) –

    anyhow where to find the setting that controls this to make it disappear would be appreciated!

    Steve

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Try adding the following CSS Style:

    #slider_26877 .owl-item {
       background-color:white !important;
    }
    #slider_26877 .owl-item:after {
       display:none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘grey bar bottom’ is closed to new replies.