# MWTG — Squarespace Publishing Guide You have two files to work with: - **MWTG_Squarespace_HeaderCode.html** — your fonts + all CSS styling - **MWTG_Squarespace_PageCode.html** — the full page HTML (nav, hero, about, services, contact, footer) --- ## Step 1 — Inject the CSS (do this once, site-wide) 1. Log in to your Squarespace account 2. In the left sidebar go to **Settings** 3. Click **Advanced** 4. Click **Code Injection** 5. In the **Header** box, paste the entire contents of `MWTG_Squarespace_HeaderCode.html` 6. Click **Save** > This loads your fonts and applies all styling globally. --- ## Step 2 — Create a blank page 1. In the left sidebar click **Pages** 2. Click **+** to add a new page 3. Choose **Blank Page** 4. Name it (e.g. "Home" or "MWTG") 5. Click the page to open the editor --- ## Step 3 — Add the page content 1. In the page editor, click **Edit** 2. Click **+** (Add Block) anywhere on the blank canvas 3. Search for and select **Code** 4. In the code block that appears, paste the entire contents of `MWTG_Squarespace_PageCode.html` 5. Click **Apply** --- ## Step 4 — Hide Squarespace's default header & footer Your custom site already has its own nav and footer. To hide Squarespace's: 1. While editing the page, click the **gear icon** next to the page name 2. Go to **Advanced** 3. In the **Page Header Code Injection** box add: ```css ``` 4. Click **Save** --- ## Step 5 — Set as homepage (optional) 1. Go to **Pages** 2. Under **Main Navigation**, drag your new page to the top 3. Click the **gear icon** next to it 4. Check **Set as Homepage** --- ## Step 6 — Publish 1. In the top-left, click **Done** 2. If your site is still in trial mode, go to **Settings > Billing** to choose a plan 3. Toggle your site from **Private** to **Public** --- ## Notes - Squarespace Business plan or higher is required for Code Injection - If your existing Squarespace template has strong global styles that interfere, you may need to add `!important` to some CSS rules - For a cleaner result, consider using a minimal Squarespace template like **Brine** or **Farro** as your base before pasting the code
0
Skip to Content
Mid-West Technology Group
Mid-West Technology Group