Dear Bob,
Thank you for asking.
Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?
@media only screen and (max-width:767px){
.header-image{
display: none;
}
}
If it doesn’t give any changes, try to clear your web browser’s cache, then reload your page.
Regards,
Kharis
Thread Starter
Bob
(@compumec)
Kharis,
Thanks for the follow up.
I tried that, and the header image still shows when the browser window is re-sized.
I did clear all history and tried it on multiple browsers.
Here is a link to my page.
http://02ba63c.netsolhost.com/cabinetry/contact/
Thank you,
Bob-
Dear Bob,
Try the following, please.
@media only screen and (max-width:767px){
.header-image{
display: none !important;
}
}
Regards,
Kharis