Okay
  Public Ticket #1293225
OT SLider Home
Closed

Comments

  • TMUPASI started the conversation

    Good day,

    I'm having trouble trying to change the blue overlay color on the OT home slider (homepage). I wanted to change it to my logo colour which is green. I want to know how to change the color or remove it all together or to change the transparency level etc . 

    Regards

  •  2,010
    Ocean replied

    Hi,

    go to borrow option/ Styling option/Css Code => add css 

    .slider-img {

    background: your-color;

    }

  • TMUPASI replied

    Thank you so much, It partially worked,,  however I want it to be transparent so you can see images in the slider etc

  • TMUPASI replied

    you can ignore last post, i managed to sort out the code. thanks once again

  •  2,010
    Ocean replied

    Hi,

    you can add css to transparent

    .slider-img {

    background: transparent;

    }