Tagged: Layer Slider, thumbnail Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 8, 2017 at 11:05 am #849530 stakavainioParticipant Hi, I tried to hide/remove Layer Slider’s thumbnail navigation in mobile view: @media only screen and (max-width: 767px){ .ls-thumbnail-wrapper { display: none !important; } } That code didn’t work in quick css section. Any instructions? September 9, 2017 at 6:58 am #849861 RikardKeymaster Hey stakavainio, Please try this instead: @media only screen and (max-width: 767px) { .ls-thumbnail-slide { display: none !important; } } Best regards, Rikard Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In