Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29273

    I tried several oprtions teying to make text box background with transparency using rgb(200, 54, 54), or something like this. Unfortunately I couldn`t do it, can you tell me how.

    I want o make transparent the background of this slider http://www.cappellini.com.ar.

    Thanks.

    #140232

    Hey,

    Use rgba values.

    background: rgba(200, 54, 54, .5);

    .5 is the transparency level.

    Regards,

    Ismael

    #140233

    Thank but where should I enter that value and how. Is there any documentation on LayerSlider?

    #140234

    Hey,

    Edit the layer, then click the Style tab. Add the css on Custom styles field.

    You can watch this video: http://www.youtube.com/watch?v=ZY9SxVyugx4

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How can I change text box background on LayerSlider?’ is closed to new replies.