Tagged: Edge browser
Hello!
Very strange– image captions are showing the theme color on hover for a second in Edge browser before correcting to the color I set up. This does not happen in any other browser.
Any idea how to fix this?
Links to the site and a screenshot are below.
Thanks in advance for your help!
Hey Julie!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.av-image-caption-overlay-center * {
color: white!important;
}
Best regards,
Yigit
Hi Yigit,
Thanks very much for the quick reply. This changes the caption color in other browsers, but doesn’t seem to be affecting what happens in Edge.
Also, the caption titles are in white, but the caption body text is actually in gray (#d1d1d1)– sorry for not being more specific.
Any other ideas on how to fix this?
Thanks for your help!
Hi!
I don’t have Windows 10 at my disposal yet but one member of our team do have this os so he will be able to check this properly. I’ll ask him to check the thread. Please wait for his response.
Best regards,
Ismael
Hi!
Not sure what’s causing it but try adding this to a codeblock element in the page.
<style type = "text/css">
#top .avia_image strong, #top .avia_image strong * {
color: white !important;
}
.avia_image, .avia_image *, .avia_image *:hover * {
color: #d1d1d1 !important;
}
</style>
Best regards,
Elliott
Hi Elliott,
Looks like this fixed it– thanks so much for your help!