Home / iMember360, Web / How to hide/show on mobile/desktop IF client has iMember360 installed How to hide/show on mobile/desktop IF client has iMember360 installed 67 views Add the below code to your css file.. [i4w_is_mobile] .hideonmobile { visibility: hidden; display: none; } [ELSE_is_mobile] .hideondesktop { visibility: hidden; display: none; } [/i4w_is_mobile]