Help! My pages are not showing up - About Us, Contact ETC!

Hi. My pages attached on the navigation menus are not showing up properly. The pages About Us, Sustainability, and Contact Us. I recently added a collections page in my code to create a new menu, maybe it has to do with that?

astrorisingapparel.com

https://astrorisingapparel.com/pages/contact-us

https://astrorisingapparel.com/pages/about-us

https://astrorisingapparel.com/pages/sustainability

https://astrorisingapparel.com/pages/faqs

Hi, you have some css code which is hiding the content of your pages.

The code, which is hiding this content and that you would need to remove is the following:

.template-page .content-block {
    display: none;
}

You would find this in your theme > actions > edit code. Then open the Assets/theme.scss.liquid file and search for that code

if my post helped you, please Like. If it solved your issue, please mark as Accepted

This made it worse! Removing this code did not help! Now the theme is gone

astrorisingapparel.com

SCSS support is deprecated in themes

Convert .scss and .scss.liquid files to .css or .css.liquid for a better performing online store and theme editor.

What does this mean? My theme is not showing. I password protected while I figure out what’s happening!

Removing that line of code cannot make your theme to “go away”.
You can easily revert changes you make in the theme editor by the way.

I have requested collaborator access to your store to help you fix the issue.

Hi @TashaD I see you managed to fix it. Was my solution useful?

I figured it out yes. Thanks

@TashaD if my proposed solution helped you please Like it and mark as Accepted

thanks