Archived topic
Hide text only in the mobile version
5 replies · Started by Maite on February 18, 2022
Hi!
On site identity, is it possible to make the short description text different in the mobile version? or to be able to hide only a phrase for the mobile?
I don't want to delete everything in the mobile version, I just want to add text to the desktop version but not see it on mobile.
Thanks a lot!
Hi there,
theres a few ways to do this depending on the layout of your site - can you share a link to the site so i can provide the best option ?
Ok! Yes, here you are.
I am waiting for the client to tell me if he wants the phone to be seen in the mobile version
Thanks!
So to remove the entire site description you would do this:
@media(max-width: 768px) {
.site-description {
display: none;
}
}
If you want to keep just the phone number then we may need to look fo different method to display it.
Let us know :)
Hi!
Like this is perfect.
Thanks a lot!
Glad to hear that !