Why isn't the text and content displaying on my homepage?

Hi everyone! My site is https://cryotech.io/ and I’m having issues with loading text on the hero image & multi column banner on the homepage. I may have made changes to theme.liquid but I’m no longer sure. I’m using the North theme.

Hi @cryotech you can solve the issue by following this instruction

Go to store admin > Sale channels > Online store > Themes > Edit code > Assets > open app.css or app.css.liquid file and add this code at the bottom

.shopify-section .animation { opacity: 1 !important; }

Here is the result

Hello @cryotech ,

You can try to follow these steps:

Go to Online Store → Theme-> Actions → Edit code

Go to sections → image-banner.liquid → add the following code


  # Your Headline Text
  

Your Supporting Text

Go to multicolumn.liquid → add the following code


  ## Your Headline Text
  

Your Supporting Text

Save changes and preview

Hope this can help you out. Let us know if you need any further support.

Ali Reviews team.

1 Like

Hi @cryotech

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly