Search for: Search Hiding Slider on Mobile Devices and Tablets Viewing 3 posts - 1 through 3 (of 3 total) November 13, 2016 at 12:03 pm November 13, 2016 #22693 psychobreakParticipant Hi, Thank you for the great theme Daniel. I’ve been using it for 4 years. How can I hide slider on mobile devices and tablets? Also can I hide tags on single posts just for mobile and tablets? Thanks, November 14, 2016 at 6:11 am November 14, 2016 #22694 Daniel TaraKeymaster Enter this code under Custom CSS: @media (max-width: 1152px) { /* Hide the slider */ #slider { display: none; } /* Hide tags on single posts */ .entry-tags { display: none; } } November 27, 2016 at 12:49 pm November 27, 2016 #22734 psychobreakParticipant Worked great. Thank you. Viewing 3 posts - 1 through 3 (of 3 total) Tagged: Hiding Slider on Mobile Devices and Tablets You must be logged in to reply to this topic.