Hi, I changed the header image to show on mobile instead of video in customize Video page. The new image pops up for a quick second on mobile and then displays my old previous image. Any idea on why?
Hi,
Can you share a link to your website here, so I can inspect it directly and find the possible solution to suggest?
Regards,
Kharis
aThemes Support
Any idea on why the old photo still shows?
Hi,
Thank you for sharing the link.
​Please accept my apologies for the delay in response. I was stuck in draft. I really appreciate your patience.
Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (max-width: 1024px) {
.site-header.has-video .video-background video {
display: none;
}
.site-header.has-video .video-background {
background-image: url('https://www.shieldsfilms.tv/wp-content/uploads/2021/01/Header.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: scroll;
}
}
Regards,
Kharis
aThemes Support