Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi
Is it possible for when viewing the home page on a phone view for the slider arrows to be hidden?
Thanks
J
Hello,
Sorry for the late reply!
Add this code to your custom CSS box to remove the slider arrows on mobile view:
@media (max-width: 480px) { div#rev_slider_1_1 .tp-leftarrow.tparrows.uranus { display: none; } div#rev_slider_1_1 .tp-rightarrow.tparrows.uranus { display: none; } }
Let us know.
Best regards!
You must be logged in to reply to this topic.