Hello,
In the tablet sizing of my site the phone number shows up twice. Once as big and white, the other is small and blue in the top left corner.
I see that if I remove the phone number under “Header > Extra Elements” it goes away, but it also disappears for the mobile sizing of the site. Is there anyway to have it removed from the tablet sizing? I’ve tried to hide it as much as possible with the color I’ve picked.
Thanks,
Nathan
Hey wallaceimedia,
Where have you entered the number into in the theme? Please include admin login and site URL in the Private Content area so we can be of more assistance.
Best regards,
Mike
Hello,
One phone number is in the Header > Extra Elements the other is in the header widget.
Cheers,
Nathan
Hi,
Thanks for the login, I see that the “header_meta” container with the extra phone number was showing between 767px & 782px, and was not needed, so please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (min-width: 767px) and (max-width: 782px) {
#header_meta {
display: none !important;
}
}
Then clear your browser cache and any cache plugin, and check.
Best regards,
Mike