Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #554077

    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!

    #554501

    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

    #554552

    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!

    #555772

    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

    #556317

    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

    • This reply was modified 8 years, 11 months ago by Elliott.
    #558234

    Hi Elliott,

    Looks like this fixed it– thanks so much for your help!

    #558385

    Hi,

    Great, glad you got it fixed :-)

    Regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.