- This topic has 5 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Slider Options For Mobile Phones
Is there any way to turn off the slider when viewing via a mobile phone.
I am currently using the ‘Perfect’ theme
Hi Lynn,
Kindly show us your website URL so that we can assist further.
Regards,
Brad
www.netservice.co.uk
Hi Lynn,
Kindly go to Appearance>>Customize>>Scroll down to find Custom CSS and paste there:
.slider-main { display:none !important;}
Regards,
Brad
That would turn off the slider for all devices. I was wondering if I could turn off the slider solely for viewing on a mobile phone and keeping the slider on for desktop view.
Hi Lynn,
Kindly go to Appearance>>Customize>>Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) {
.slider-main { display:none !important;}
}
Regards,
Brad
Installing WordPress on your system is the first step towards building your website. But what comes next? What is it that you must mandatorily do […]
Are you in puzzle whether you on or off WordPress posts comments? Must read this blog before making your final decision. Undoubtedly, comments are the […]
The user experience and efforts of website development can be disrupted due to multiple issues. The ‘Missing a Temporary Folder’ issue is one of them […]