Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #746325

    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

    #746372

    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

    #746395

    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

    #748361

    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

    • This reply was modified 7 years, 9 months ago by Vinay.
    #748431

    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?

    #750311

    Hi!

    I’m sorry but I’m not sure what you mean by that. What is the custom css class attribute that you applied in the special heading? If you put in “custom_heading” in the field, the following css declaration will do.

    .custom_heading {
    background:rgba(0,0,0,.5);
    }

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.