Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99582
    mataiblis70
    Participant

    Hello, Ho I can remove the featured slider in mobile version. I had been searching throught this forum and found a few members that have similar problem like me. But no one works.

    The css code that i trying so far:

    /* Smartphones (portrait and landscape) ———– */

    @media
    only screen and (min-device-width : 320px) and (max-device-width : 640px) {

    #feature-slider {
    display: none;
    }

    }


    @media
    screen and (max-width: 480px) {
    #feature-slider {
    display: none;
    }
    }

    My site: http://www.judibolaterbaik.com

    #99601
    Mahesh
    Participant

    @mataiblis70: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 767px) {
    	#main-slider {
    		display: none;
    	}
    }

    Regards,
    Mahesh

    #99773
    mataiblis70
    Participant

    @Mahesh sorry for my late reply, it works. Thank you for your help Mahesh 🙂

    #99812
    Mahesh
    Participant

    @mataiblis70: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Or Disable Featured Slider On Mobile Version’ is closed to new replies.