• Resolved Sieve

    (@sieve)


    Hi,

    Is there a way to place text on top of video from the page editor. Ive built it in html to see how it would work but i cant get the same effect working with WordPress. we used positioning and the z-index to layer the text on top.

    Any help will be greatly appreciated.

Viewing 1 replies (of 1 total)
  • RossMitchell

    (@rossmitchell)

    If you can do it in html then you can do it in WordPress.
    At the very least you could create a custom page template that has your html wired directly into it.
    More likely you can use shortcodes to inject your code into your pages, details on shortcodes here:
    http://codex.wordpress.org/Shortcode_API
    You could put your functions into either a plugin or your functions.php file of your theme.

    To edit your functions.php and/or add custom css you should be working in a child theme, details here:
    creating a child theme http://codex.wordpress.org/Child_Themes

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