Home › Forums › Jevelin Theme › Hide Revolution slide for mobile
Home › Forums › Jevelin Theme › Hide Revolution slide for mobile
Hi Dan,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to hide it?
Best regards,
Shufflehound team
Here you go http://diamondinsurance.net/
Solution for this topic
You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (max-width: 768px){ .sh-revslider { display: none; } }
Thank you.
You are most welcome here 🙂