Losing Background formatting on Safari and Edge

image

image

image

Should be like this

Colored blocks behind text disappear in Edge and Safari

Please advise if there is a patch or what could be causing this issue.

Thanks

Hello Trevor,

Thanks for writing in! Please edit your page and check your background color assignment. I have investigated your issue and I found out that you added an RBG color incorrectly.

You have added this: rgb(255,255,255,0.8);.
The correct color code should be this: background-color: rgba(255,255,255,0.8);

We would love to know if this has worked for you. Thank you.

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