Can you please provide me with some quick css so the extra elements section (Header Phone Number/Extra Info) on my website doesn’t show on my iPhone? Thanks in advance!
Hey djshortkut!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
#header_meta { display: none !important; }}
Best regards,
Yigit
Thanks, you can close this thread.