Okay
  Public Ticket #1237062
changing slider colour
Closed

Comments

  • dejinious started the conversation

    I can change the slider images, but it keeps having a faded blue on it. how do i turn off this feature. 

  •  2,009
    Ocean replied

    Hi,

    you can add css code to change background color

    go to borrow option/ styling/ CSS Code => add css

    .slider-img {

    background-color: your-color;

    }

  • dejinious replied

    I dont want the sliders to have colours at all. what code will  i insert to do that. I want the colour to go entirely. I want only the image to show as the slider.

    thanks.

  •  2,009
    Ocean replied

    Hi,

    go to borrow option/ styling/ CSS Code => add css

    .slider-img {

    backgroundtransparent;

    }