You seem to be doing it right. The menu text is white for me too.
Could you provide further details of the mobile and browser where it is not white, please?
It looks like you have the following css:
article .single-post-content img {
box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
border: 10px solid #fff !important;
}
This is creating a border and shadow around images in the page.
The actual image is transparent.
-
This reply was modified 7 years, 1 month ago by Yorick Brown.