This topic has 1 reply, 1 voice, and was last updated 12 years, 7 months ago by Daniel Arnold.
Viewing 2 posts - 1 through 2 (of 2 total)
Hi there,
It is posible to make the slider title and description (h5 and h6 I think ) with some transparency? The title takes the theme color defined in options, and the description takes a grey one.
I tried to modify “flex-title” and “flex_sliderdescription” and to add in custom css: background-color: rgba(xxx,xxx,xxx,8) but it doesn’t work…
Can you help me?
Kind regards
Sorry, I was using the wrong code… My mistake…
For everybody who wants slider title and description with transparency:
The right code to put in custom css is:
.flex-title h5 span {
background-color: rgba(xxx,xxx,xxx,0.5);
}
.flex-title h6 span {
background-color: rgba(34,34,34,0.5);
}
Kind regards, and sorry again!
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.