Home › Support Forums › Theme Support › Pinboard › Hiding Slider on Mobile Devices and Tablets › Reply To: Hiding Slider on Mobile Devices and Tablets
Daniel Tara
Keymaster
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; } }