Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #877264

    adamjgould2
    Participant

    HI!
    I would like to remove the video poster image and allow the menu bar to sit just below a ShiftNav menu on mobile. Better yet! Help me figure out how to remove the menu from mobile?
    see http://dogpatchcapital.com

    #877905

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > CSS:

    @media (max-width: 480px){
        .x-slider-revolution-container.above.bg-video,
        header.masthead.masthead-inline {
            display: none;
        }
    }

    Hope it helps 🙂