Clipperty Chevereto Member Aug 15, 2016 #1 Hello, i want to hide something for phone mode. Is there any php code for that?
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Aug 15, 2016 #2 For css you can use class "phone-hide".
Clipperty Chevereto Member Aug 16, 2016 #3 Thank you Are there and code for hiding stuff from computer mode?
jimsweb Chevereto Member Aug 16, 2016 #6 could you please share a sample code for this? or can you tell me which one has this used, so that i can take look at the code. thanks in advance.
could you please share a sample code for this? or can you tell me which one has this used, so that i can take look at the code. thanks in advance.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Aug 16, 2016 #7 class="put-class-here" and it works with: phone-hide, phablet-hide, laptop-hide and desktop-hide. It also works for show stuff, for example to show something just in mobile you only need to use class "soft-hidden phone-show".
class="put-class-here" and it works with: phone-hide, phablet-hide, laptop-hide and desktop-hide. It also works for show stuff, for example to show something just in mobile you only need to use class "soft-hidden phone-show".