Theme for product information section isn't working - Dawn Theme

I am working on setting up my website and, suddenly, the product information text isn’t showing.

I have the theme setup for white background and black text / black label and white text for the label.

The same theme works on other pages/information such as in the collection page and header.

You can see the theme is working fine on the header with the Home, Crystal, Plaque, Contact and the Cart icon.

I also have all the necessary information filled on the store product page (title, description, SKU and etc.)

I would very appreciate any help with my issue.

The URL for a sample product page is : https://a73e7d.myshopify.com/products/crystal-oval-with-black-base

Password to the website is : password

It shows that these text elements are white on the product pages. Have you made any code changes recently on your website that included white text?

Hi JdPlaque,

It seems like there might be an issue with the CSS styling on your product pages. The text might be there, but it could be the same color as the background, making it invisible. Here are a few steps you can take to troubleshoot this issue:

Check your theme settings: Make sure that the text color for your product pages is set to a color that contrasts with the background. If it’s set to white and your background is also white, the text will be invisible.

Inspect the page: You can use the inspect element feature in your browser to check the CSS styling for the product information text. Look for the color property in the CSS and see what it’s set to.

Check for custom CSS: If you’ve added any custom CSS to your theme, it could be overriding the default text color. Look through your custom CSS and see if there’s anything that could be affecting the text color on your product pages.

Revert to an older version of your theme: If you’ve recently made changes to your theme and the issue started after that, you can try reverting to an older version of your theme to see if that fixes the issue.

Best of luck with your troubleshooting!

Thank you for your reply. As you can see in the picture, the background is white and the text is black. I also tried different color combination for all the criteria, but it does not change anything. No change is reflected in the Product Information template. And I have not made any code changes.

It also does not give me an option to choose which theme I would like to use. It only shows me the scheme setup.

Thank you for your reply. As you can see in the picture, the background is white and the text is black. I also tried different color combination for all the criteria, but it does not change anything. No change is reflected in the Product Information template. And I have not made any code changes.

It also does not give me an option to choose which theme I would like to use. It only shows me the scheme setup.

That’s interesting. Did you try editing the code? Maybe that could be a workaround.

I figured out if you use custom CSS for turning it black itll turn the background black, problem is my text turns dark blue and I cant seem to fix it. But here anyways.

{
background-color: #000000;
}