Tagged: x Author Posts April 11, 2016 at 5:10 pm #877264 adamjgould2Participant 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 April 12, 2016 at 3:49 am #877905 ThaiModerator 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 🙂 Author Posts