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

    I would like to remove the phone number from the header only for mobile devices.

    What is the css code?

    Thk

    #1226292

    Hey Reservic,

    This is the CSS code you can use to hide it on mobile devices:

    @media only screen and (max-width:767px) {
      #header_meta .phone-info {
        display: none;
      }
    }

    Best regards,
    Nikko

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