Topic Resolution: Resolved
  • Closed
  • Tom Mitchell
    Spectator
    03.09.2015 at 11:03 #20377

    I think I’ve seen the answer to this somewhere but for the life of me I can’t find it. Is there a way to remove the search for mobile only? I like in on the desktop version. Not so much on mobile. Thanks in advance for your help.

    Tom

    Denzel Chia
    Moderator
    Posts: 2656
    03.09.2015 at 11:19 #20380

    Hi,

    Please use the following in your Theme Options -> Custom CSS

    @media screen and (max-width: 768px) {
    #search-text-box {
    display: none !important;
    }
    }

    Thanks!

    Tom Mitchell
    Spectator
    Posts: 2
    03.09.2015 at 17:39 #20397

    Great. Mark this baby resolved. Thank you Denzel, and to everyone who helps those of us who are learning.
    TM