Support » Themes and Templates » [gameleon theme] change modualr slider text color?

  • Resolved bobtheturtle

    (@bobtheturtle)


    Hi,

    I was hoping someone could change the background text color to a black using CSS? The modular slider is apart of the theme tempalte You cant really see the white text over the images on my site, so that’s why I want the black background behind it. If possible can you make the text background a little transparent. Website is HEre: http://www.iappadapt.com/

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    You can achieve this with CSS. Let say you want to put some transparent black under the main area text, it would be something like that :

    .main-slide-text {
    background-color:rgba(0,0,0,0.7);
    padding-top:1em;
    }

    I added some top padding and you can change the alpha value as you wish.

    The selector for the other text areas is

    .small-slide-title

    Thread Starter bobtheturtle

    (@bobtheturtle)

    Thank you so much mioudesign!!!!! You are the best 🙂 Works great

    Thanks bobtheturtle. You can put this thread as resolved then!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[gameleon theme] change modualr slider text color?’ is closed to new replies.