So I have published my Webflow project on the staged domain to view it on my iPhone. Everything seems to be working except the top of my home page. The font is meant to be white but it is displaying black. To make things even stranger, the button used at the top of the page (with the incorrect black font) is the same class used in the other buttons further down on the page, which are displaying the font in the correct white color.
Everything works as expected apart from when viewing the website from the staged link on my iPhone.
Have I done something wrong, I feel like I’m going crazy lol
Try explicitly setting the font color on the main-button class itself. Currently the font color is inherited from parent elements like the hero-element or the body itself.
If you compare the buttons, you will see the color is different for those!
On Chrome and Safari on my iPhone only. I have discovered that the black font is being inherited from the body. So if I change the font color on the body then it renders as expected. But doing that isn’t very useful as I would have to change all the other font colors. I don’t know if this is a bug or I have messed up with someting