Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 28, 2020 at 12:29 pm #1226201 ReservicParticipant I would like to remove the phone number from the header only for mobile devices. What is the css code? Thk June 29, 2020 at 4:00 am #1226292 NikkoInactive Moderator 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In