Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #859139

    Julie R
    Participant

    I cannot figure out how to get rid of the navigation bar under my home page’s video header.

    http://www.bluewindowworldtravel.com

    #859774

    John Ezra
    Member

    Hi there,

    Thanks for writing in! Are you referring to the video controls? If so, you can use CSS to hide it. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .tp-video-controls {
        display: none;
    }

    Hope this helps – thanks!