Problems with text not showing up on the product page using startup theme.

I purchased the startup theme for my store. There are page blocks for FAQ’s and Testimonials built into the theme that work perfectly fine throughout my store except on the product page. For some reason the text entered does not show up on the actual website only the side bar on the left. I have tried deleting the blocks and remaking them and the same issue where only some text goes through. Very frustrating, any help would be very much appreciated.

1 Like

I am having the same issue. Normal text in a text section is also not being shown.

Hi @cookm27 ,

Go to Assets > theme.css and paste this at the bottom of the file:

.template-product .faq__answer{
	font-size: 16px !important;
}

Hope it helps!

I’m having the same issue and adding !important to the CSS product template section didn’t work for me. Anyone else have suggestions? The text is showing up in code when published, but it’s not displaying on screen … no matter where I align the box. So it has to be a CSS issue somewhere.

My page: https://patients.taycobrace.com/products/recoverx-brace?variant=45097833365789

UPDATE: The font-size was set to “0” in the .template-product class … so I changed it to 16px and that did the trick