Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #112334
    simon olley
    Participant

    Hi, I’d like to hide the homepage slider at mobile phone (not ipad/tablet) sizes, can you help please?

    #112378
    Mahesh
    Keymaster

    @oly: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

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

    Regards,
    Mahesh

    #112404
    simon olley
    Participant

    Many thanks

    #112463
    Mahesh
    Keymaster

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

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide homepage slider on mobile sizes’ is closed to new replies.