Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #268046

    Hi –
    Working with the theme for the first time with a new project.

    The video background is nice, but how do I control the transparency or opacity of the video in the background or add a filter of some kind so the text overlay can stand out more. Am I missing something? See our site: http://quoted.wpengine.com/ (hosted on WPengine)

    In the second instance we use the video background and include the text “hello”. How can we make that stand out and be crisp?

    Thanks,
    David

    #268252

    Hey!

    Try adding this code to the Quick CSS to change the opacity of the video background:

    .avia-slide-wrap .mejs-container {
        opacity: 0.4 !important;
    }

    Cheers! 
    Josue

    #268264

    that’s perfect. it works great for a full screen slider. now what about doing the same if a video is background of a color section, as it is at the bottom of my page?

    #268269

    Hi!

    This will do it:

    .avia-slide-wrap .mejs-container, .av-section-with-video-bg .mejs-mediaelement {
        opacity: 0.4 !important;
    }

    Cheers!
    Josue

    #268271

    perfect. much appreciated. seems like a nice feature to add, too.

    btw: the video slide looping at the top of my page has some weird dot thingy rotating behind the text overlay. what is that?

    #268274

    I don’t see it, can you post a screenshot?

    Cheers!
    Josue

    #268278
    #268279

    That seems to be the loading circle of the video, in which browser are you seeing this?

    Cheers!
    Josue

    #268280

    chrome. just looking for the best way to use a looping video. 10 second clip tops. the video is uploading to my wrodpress site hosted by wpengine.

    #268283

    Hey!

    Try adding this code to the Quick CSS:

    #top .av-video-slide .avia-slide-wrap {
        background: #000 !important;
    }

    Cheers! 
    Josue

    #268288

    that did it. thank you.

    last video related question: i have embeded a youtube episode for vistors to play on this same page looks great on laptop. but when viewed on an iphone, the video does not run full width of window/brwoser. am i missing something? can this be done?

    #268293

    Try installing this plugin:
    https://wordpress.org/plugins/fitvids-for-wordpress/

    Cheers!
    Josue

    #268294

    great. will do. thank you for all the smart support.

    #268297

    You are welcome, glad we could help :)

    Regards,
    Josue

    #270805

    hi
    i have added text over a photo in the background of a color section. how do you add a background to the special heading that just is around the word and not across the image? and how do you make the background transparent but leave the text solid color? what i am working on is here:
    quoted.wpengine.com

    the photo is of cassette tape and the heading is: “our inaugural series”

    also i can not figure out how to use the custom css class here. this is the name i added for this custom class: blank-photo

    #270809

    Hey!

    Can you post a screenshot/mockup of what would you want to achieve?

    Best regards,
    Josue

    #270815
    This reply has been marked as private.
    #270839

    Hey!

    Try adding this to the Quick CSS:

    .blank-photo h1 {
        background: rgba(0,0,0,0.7);
        display: inline-block;
        padding: 20px !important;
        color: white !important;
    }

    Result:

    Cheers!
    Josue

    #270846

    perfect. many thanks.

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Text overlay and Video Background’ is closed to new replies.