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

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

cookm27
Visitor
1 0 1

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. 

Replies 3 (3)

novusactive
Visitor
1 0 0

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

LitExtension
Shopify Partner
4931 1006 1186

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!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com

ggingerich
Shopify Partner
4 0 0

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