Hello Team,
I am using theme mesmerize. At Customizing ▸ Hero > Front Page Hero I have selection Video as background type which loads my video in the front page as expected. However, when initially browsing to the site fillol.se, for a split second, a default static image of a coffee cup on a desk loads before the video. I have removed the image but somewhere there must be another copy of the image which I cannot seem to locate. I would like to remove the image so it no longer loads. I have also cleared the cache on WP.
Kind Regards,
JRSE
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
9Hi JRSE
Thanks for getting in touch.
Do you perhaps have a public URL where we can look at what’s going on?
Hi Andrew,
The site is https://fillol.se/. Thank you for the response.
Kind Regards,
Joseph Renda
Hi Joseph
Is that perhaps at AppearanceCustomizeHeader Image?
Hi Andrew,
Thank you. Actually, I see the image in the “customizing Front Page Header Designs” preset designs. There are 5 default preset designs. Is there a way to hide or remove the presets?
Thank you in advance,
Joseph
Hi Joseph
Thanks for taking a look. It’s probably best to reach out to the theme’s support at this stage. I guessed the image was in the default WordPress Header Image section based on the markup being output but I see now the theme doesn’t allow you to edit that area separately from AppearanceHeader, it all forwards to the theme’s custom controls so unfortunately, I’m not sure from here. There isn’t anything SiteOrigin involved so I’m guessing at the functionality here.
Hi Andrew,
Thank you for the update. I will reach out to Mesmerize for additional support. And thank you for the super quick responses.
Kind Regards,
Joseph
Thanks for the update; that sounds like a plan!
Cheers for now.
Andrew
Posting the fix in case anyone else experiences the same issue:
Add the below CSS code to your CSS.
Appearance > Customize.In the sidebar, you will find an option called Additional CSS.Paste your CSS code into the text box provided.
div#wp-custom-header.cp-video-bg {
background-image: none!important
}
Thanks for the update. Glad to hear you made progress.
All the best.
Andrew