• Resolved johnfrl_15

    (@johnfrl_15)


    This works great and has saved me a big headache however is it possible to also include other elements over the video overlay. I was wanting some text and a button, very much like the header on your site here https://pushlabs.co/

    I couldn’t see it being a pro only option, if it is please confirm and I’l purchase pro.

Viewing 1 replies (of 1 total)
  • Plugin Author pushlabs

    (@pushlabs)

    Hi johnfrl_15,

    Thanks for using Video Background and thanks for the kind words!

    You are correct, this is NOT a pro feature. However, you’ll have to create the button, text, etc yourself. Then once you have all of that, wrap it in a <div> with a class, and set that class as the container ?? As an example:

    <div class="vidbg-test-container">
      <h2>Header Text in Video Background</h2>
      <p>Description text in video background.</p>
      <div><a href="#" class="button">Button Text</a></div>
    <div>

    In the case above, you would specify within Video Background the container of “.vidbg-test-container”. Additionally, you’ll have to spruce up the look of this block of code using CSS of course.

    I hope this helps!

    Blake

Viewing 1 replies (of 1 total)
  • The topic ‘Add text overlay on top of video’ is closed to new replies.