I’ve added a subtext to the header that i dont want to show in mobile/tablet view, how do i do that?
Hey yoggi82!
Send us a link to your page and we’ll give you some CSS to use. You can set your reply as private if you wish.
Best regards,
Elliott
Here comes the link!
Hi!
use this code in Quick CSS field:
@media only screen and (max-width: 736px) {
span.subtext {
display: none;
}}
Best regards,
Andy