Why has my website header disappeared on secondary pages?

Hello, @SalfordSilver

Welcome to the Shopify community!
and Thanks for your Good question.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.hero__header {
position: relative;
    opacity: 1;
}