Home Forums Free Themes Education Hub Hide homepage slider in mobile version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #71835
    mpsc306user
    Participant

    Hello.

    Firstly, I would like to thank you for the awesome open source developements that you have been sharing for a while with the WordPress community.

    I am currently using the Education Hub theme.

    My question:

    Would it be possible to hide the homepage slider just in the mobile version of the website? How can I do it?

    Thanks in advance.

    #71852
    wensolutions
    Keymaster

    Hello @mpsc306user,

    First of all thank you very much for using the theme and all the appreciations.

    Now to disable the slider only in the mobile version use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

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

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.