Okay
  Public Ticket #1218879
Want the title white on OT Slider Video
Closed

Comments

  • stuartinfiji started the conversation

    Tried to change and find this and can't get it right, can make white, but lose all the lovely shadow etc

    Tried this, but lost the shadow effect, what am I miossing?

    /* Make OT Slider Video Titles white */
    .big-text.flippy {
        color: rgb(255,255,255);
    }
    .flippy ul{position:relative}
    .flippy ul>*,
    .flippy ul>*{opacity:0;top:-100px}
    .flippy ul>:first-child{opacity:1;top:0}



  •  2,010
    Ocean replied

    Hello,

    Please change color text by class css "big-text"

    big-text{color: rgb(255,255,255);}
    

    Thank you

  • stuartinfiji replied

    Awesome, that simple huh, thx :)

    ###CLOSE TICKET###