Hi guys,
I would like to have a video background AND a headline on the video at the same time as in this website here.
– Video background
– Big white Headline
– Semi transparent black frame on the headline
How would I go about that?
Thanks for your help
Hey Antonio,
For video background please use a color section with a video background and overlay.
For headline you can try the special heading element.
Let us know if you have more questions.
Best regards,
Vinay
Thanks Vinay,
How would I then create the semi transparent black background on the headline? I don’t really want the overlay on the entire video but only on the headline. And can I adjust the transparency?
Thanks
Antonio
Hi,
You can turn on custom css class name support and add a custom class to the heading. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then use the below css
.bg-heading {
background:rgba(0,0,0,.5);
}
If you have any issue please share the precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
will do, thanks.
Once done, how do I point the code you gave me to the name I specified in the custom css class name field? Or is the code above working exactly on the headline on a specific page?