• Hi, how can I add a video to the main page instead of the logo/image? I actually want to embed a YouTube video with an auto play option, or manual selection by the user for it to be played, is that possible?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Chosen!

    You can use a static page for your homepage (set in the Reading settings menu), and then embed a video in the page editor.

    Thread Starter mohammadafshari

    (@mohammadafshari)

    Hi Ben, thanks for your reply, but sadly I cannot find the section you are referring to, can you be a bit more specific?

    Thread Starter mohammadafshari

    (@mohammadafshari)

    Thanks I managed to find it out ??

    Another question, is there a way that I can reduce the spacing, or font size of the Site Title and Tag Line?

    Theme Author Ben Sibley

    (@bensibley)

    Great!

    Yes, these changes are all doable with some CSS. Here are the snippets you can use.

    Reduce the spacing above/below the site title and tagline:

    .site-header .title-container {
      margin: 24px 0;
    }

    Reduce the size of the site title:

    .site-title { 
      font-size: 24px; 
    }

    Reduce the size of the tagline:

    .tagline { 
      font-size: 12px; 
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away. You can use any of the solutions you’d like shared here.

    Also, Chosen has more copy & paste snippets available here: https://support.competethemes.com/help/chosen-css-snippets/

    Thread Starter mohammadafshari

    (@mohammadafshari)

    Great thanks for the help! ??

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Glad I could ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add a video to main page (Chosen Theme)’ is closed to new replies.