Tagged: icons, video background
Hello!
This is a first for me, so I hope I can describe the proper issue.
I use a video as the background for my homepage. Overlaying the video I have 5 icons as links.
Sometimes on page load the video is there and playing and the icons are just gone. A few refreshes and new page loads and nothing, and then they will reappear at some point.
It’s never too long, but as these are main navigation points for the site, I would love to know if there is something that is causing that and what I can do?
Hey Paul!
Try adding this code to the Quick CSS:
.home .av_font_icon {
opacity: 1;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
Cheers!
Josue
This doesn’t seem to fix anything.
The icons will flash for a second and then dissapear. Sometimes it works and sometimes it doesn’t.
Any other thoughts?
Hi!
I checked the site a few times and make sure that it isn’t loaded via cache, the icons are always there.
Regards,
Ismael