• Resolved engel666

    (@engel666)


    Hello,

    I have different colors in the header of different browsers on one page.

    In Chrome it is displayed correctly. In Internet Explorer unfortunately only in white.

    Here the URL: diekmann-immobilien.de

    Did I set a hook wrong? What can I do?

    Thank you and greetings,
    Christian

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Andrew Misplon

    (@misplon)

    Hi Christian

    Thanks for reaching out ??

    I can’t test in IE till later today but this may be the problem:

    .site-header {
        background: rgba(154,7,61);
    }

    You’re using rgba with no “a” value. Try changing that declaration to:

    background: rgb(154,7,61);

    Does that help?

    Thanks again.

    Thread Starter engel666

    (@engel666)

    Andrew – thank you.

    That is the solution.

    Thanks for the quick answer

    Theme Author Andrew Misplon

    (@misplon)

    Super ?? Glad to hear that did the trick.

    All the best.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different color in header “IE” and “Chrome”’ is closed to new replies.