remove or hide slider for mobile theme
-
hi
I would like to remove the slider for when the page is open on a mobile phone.
Ive read this comment but it doesnt work for me..and entered the following code on my CSS:
<?php
if ( !is_mobile() ) {
if ( function_exists( ‘easing_slider’ ) ) { easing_slider(); }
}
?>but i still get the slider on a phone.
My page is the following:
https://www.vintagetimewatches.com/thanks in advance for any help!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘remove or hide slider for mobile theme’ is closed to new replies.