badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Featured slider: disable in mobile view

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8628
    Rikkie
    Member

    Hi,

    is it possible to have the featured slider disabled (not shown) on mobile devices, with some custom CSS editing?

    #8675
    Sanjip Shah
    Participant

    Hi Rikkie, In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. Give it a try and see if this helps.

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

    Yes it did. Cool, thanks.

    #8724

    You welcome Rikkie

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