Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1291301
    #1291934

    Hey sue007,

    Thank you for the inquiry.

    We can use the following css code to set the opacity of the subtext on mobile view.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .logo .subtext {
        opacity: 0 !important;
      }
    }

    Best regards,
    Ismael

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