• Resolved astrudwick

    (@astrudwick)


    I have used the following code to make the background of the header menu white. This works fine when viewing in all browsers apart from Microsoft Edge, which it is transparent.

    .site-header {
    background-color: rgba(255, 255, 255);
    }

    Is there anything else I can do to make it work in Edge?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    I visited your site with Chrome on Mac, and I found that you’ve applied this CSS code:

    
    #masthead {
        background-color: #ffffff;
    } 
    

    Does it work on Edge?

    Regards,
    Kharis

    Thread Starter astrudwick

    (@astrudwick)

    Hi Kharis, sorry for the late reply.

    Yes after I applied that code everything is now working fine on Edge, thank you.

    Regards
    Aaron

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu background not showing in Microsoft Edge’ is closed to new replies.