Hi,
Is it possible to remove the fullscreen easy slider from mobile display?
On a normal screen it looks awesome but not on a mobile screen.
THX Freek
Hi Freek!
Yes it is, could you provide us with a link to the site in question so that we can take a closer look please? You could also create a separate slider for mobile and we can hide/show it with CSS.
Cheers!
Rikard
Yes i can. This is a testsite for a new customer.
I don’t want to show the slider on a mobile device.
THX Freek
Hi!
You forgot the link. If it’s the fullscreen slider then add this to a codeblock element in your page.
<style type = "text/css">
@media screen and (max-width: 767px) {
.avia-fullscreen-slider { display: none !important; }
}
</style>
Regards,
Elliott
And is the Easy slider full screen.
THX Freek
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.home #full_slider_1 { display: none !important; }}
Best regards,
Yigit
What a service. It works like a charm.
THX Freek
Hi!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit