Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #555893

    I’ve added a subtext to the header that i dont want to show in mobile/tablet view, how do i do that?

    #556289

    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

    #559048

    Here comes the link!

    #559494

    Hi!

    use this code in Quick CSS field:

    @media only screen and (max-width: 736px) {
    span.subtext {
    display: none;
    }}
    

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.