Menu background not showing in Microsoft Edge
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Menu background not showing in Microsoft Edge’ is closed to new replies.