Can't see dropdown menus in safari

I have a coloured background and white text for the menus. I can’t see the dropdown menus in Safari/Mac as the text and background are white. I did a fix so I could see the type in black but looking at a proper solution.

I can see all menus on my phone, I can see them on a chromebook - all coloured background and white text.

Thanks for your help!

Hey @Ekpebu,

This is because your custom background color for the sub-menu is invalid and Safari won’t accept that. You’re using RGBA but the value is only RGB.

You need to add an alpha or opacity. See https://www.w3schools.com/cssref/func_rgba.asp

Hope that helps.

1 Like

Thank you, I’ll take a look at that!

This worked perfectly, thank you!

You’re welcome. Glad it helped.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.