Comments 6Benjamin started the conversationDecember 6, 2016 at 2:50amHow do I hide dot navigation on tablet/mobile via CSS in Full Page Rows? 9,408Tahir repliedDecember 6, 2016 at 3:15pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : /* Hide fullscreen Page Rows Navigation Dots on Mobile */ @media only screen and (max-width: 690px) { div#fp-nav { display:none !important; } } Thanks Salient Support Team 6Benjamin repliedDecember 7, 2016 at 11:54pmI bumped it up to 1024px, but that did it. Thanks. Sign in to reply ...
How do I hide dot navigation on tablet/mobile via CSS in Full Page Rows?
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
Salient Support Team
I bumped it up to 1024px, but that did it. Thanks.