Okay
  Public Ticket #1082940
Video Background
Closed

Comments

  •  2
    Chris started the conversation

    OK, one more question. I uploaded an MP4 video to use as background on the home page, but it doesn't show up. What am I doing wrong?

  •  840
    Jelly replied

    Hi,

    Please use the home page video with youtube link. We don't support for local video in background video.

    Best Regards,
    Jelly Team

  •  2
    Chris replied

    Hi, thanks for your reply. I uploaded the video to YouTube and used this link 

    Still nothing.

  •  840
    Jelly replied

    Hi,

    Please make sure your video public instead secret.

    Best Regards,
    Jelly Team

  •  2
    Chris replied

    I switched the video status from "unlisted" to "public", but it didn't make a difference. The video still doesn't show up.

  •  840
    Jelly replied

    Hi,

    I can't check your website because it's construction mode now, but make sure you use correct url like:

    https://www.youtube.com/watch?v=KrFCEuEJsVM

    And not use short url:

    https://youtu.be/KrFCEuEJsVM
    

    Best Regards,
    Jelly Team

  •  2
    Chris replied

    Tried that URL, didn't work either. Don't worry about it, I'll just go with an image instead. But I've got another question.

    How do I change the text color on the top level pages like the Home page? Site is now live if you'd like to take a look.

    http://busybeecreatives.com

  •  840
    Jelly replied

    Hi,

    It's strange because I'm still using background video normally when I tried in my demo.

    You can change the color of the text in slider with custom style below:

    .primary-title.invert {
        color: type your hex color code here !important;
    }
    

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file.

    Best Regards,
    Jelly Team

  •  2
    Chris replied

    The code works.

    But the button text and border are still white. How do I target those?

    Also, is there a way to do it separately for each page? Just asking, because depending on the background image sometimes white text works better. On the other pages, you have a check box for it. Maybe an idea for the next update of the theme.

    And this is the last request, then I leave you be ;-)

  •  840
    Jelly replied

    Hi,

    You can change it with the custom style below:

    .btn-invert {
        border-color: type your hex color code here;
        color: type your hex color code here;
    }
    

    If you want change it in specific section, you will need learn selector and css to work with it better.

    Best Regards,
    Jelly Team