Viewing 7 posts - 1 through 7 (of 7 total)
  • #78020
    gregcatmull
    Member
    Post count: 109

    I have used css to hide my home page slider using the following css:

    @media only screen and (max-width: 767px) {
    div.home-slider-wrap{display:none}
    }

    is there something similar to use to hide my ‘clients’ when my website is being used on mobile? I guess i just need to change this field ‘div.home-slider-wrap’ with the appropriate.

    my website is shop.garsons.co.uk

    many thanks
    Greg

    #78021
    gregcatmull
    Member
    Post count: 109

    also, i would like to do the same again to hide my header background when website is viewed on mobile.

    cheers
    Greg

    #78271
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach one marked screenshot to indicate clients and header background.I just want to confirm to give exact solution.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #78274
    gregcatmull
    Member
    Post count: 109

    support 3.png highlights ‘garsons brands’ which back of house is clients. I want to hide this on mobiles.

    support 4.pgn show the call us now background header which I want to hide on mobiles.

    shop.garsonns.co.uk

    cheers
    Greg

    #78319
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:

    @media only screen and (max-width: 767px) {
    div.spb_clients_widget{display:none;}
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #78337
    gregcatmull
    Member
    Post count: 109

    Perfect could I edit this to make it hide on tablets too?

    #78339
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:

    @media only screen and (max-width: 1024px) {
    div.spb_clients_widget{display:none;}
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register