Canvas Image makes Text Disappear

I have a canvas with white text and a image with nothing but black in the “color” column. The text also has a font that I downloaded from the internet, but I tried changing the font and it was still happening sooo… if anyone knows how to fix this, I would very much appreciate it. Thanks in advance.

Update:
I have ordered them correctly with the text on top of the image in the hierarchy.

Hi, your text should be after the image in hierarchy, not on top of image. Also check if both have different positions whether text is visible or not.
Or u can check the font size, may be your font size is bigger, try using best fit option.

Various fonts have various width and maybe this second font is wider and does not fit in Rect.

Try to change Width in Rect Transform or change Horizontal Overflow to Overflow in TEXT component or check Best Fit

Thanks @upasnavig90! I re-ordered the items in the hierarchy and now it works.