CodeNiDen

We specialize in crafting websites and digital solutions that deliver performance, style, and functionality. Whether you’re a budding entrepreneur, a thriving business, or an innovator with a unique idea, we’re here to turn your vision into reality

Email

info@codeniden.com

Let's Talk
CodeNiDen
  • Home
  • About
    • FAQs
  • Portfolio
  • Blog
  • ReviewMeDen.com
  • Our Services
Get In Touch (Free Mock up)
CodeNiDen
  • Home
  • About
    • FAQs
  • Portfolio
  • Blog
  • ReviewMeDen.com
  • Our Services
Get In Touch (Free Mock up)
image

How to Add Custom HTML and CSS to Your SquareUp Website Using Vercel and GitHub

HomeHow to Add Custom HTML and CSS to Your SquareUp Website Using Vercel and GitHub
How to Add Custom HTML and CSS to Your SquareUp Website Using Vercel and GitHub

Home » Blogs » How to Add Custom HTML and CSS to Your SquareUp Website Using Vercel and GitHub

  • July 15, 2025
  • No Comments

If you’re using SquareUp (Square Online) and want to apply your own custom styling, you’ve likely noticed there’s no direct way to edit the site’s HTML or CSS. However, there’s a clever workaround that lets you inject a custom CSS file into your site by using the Tracking Tools feature and hosting your stylesheet externally.

Here’s a complete guide to help you do it step by step.

Step 1: Add the Code to Your SquareUp Website

  1. Go to your Square Online dashboard:
    https://square.online/app/website/...
  2. Navigate to:
    Site Settings > Tracking Tools
  3. Paste the following code inside code box (Screenshot below)
<script> document.head.insertAdjacentHTML("beforeend", `<link rel="stylesheet" href="https://website_url/style.css">`); </script>
  1. Replace website_url with the actual URL where your CSS file is hosted (we’ll show you how to set that up next).
  2. Click Save to apply the changes.

Once your CSS file is live and the correct URL is inserted, it will apply your custom styles across your SquareUp site.

Step 2: Host Your CSS File Using GitHub and Vercel

SquareUp requires your CSS file to be hosted on a public URL. One of the easiest free ways to do this is by using GitHub + Vercel.

Create a GitHub Repository

  1. Visit github.com and create a new public repository.
  2. Inside the repo, add a file named style.css.
  3. Add your custom CSS rules and commit the file.
body {
  background-color: #f5f5f5;
}


Deploy with Vercel

  1. Visit vercel.com and sign up (or log in).
  2. Connect your GitHub account and import the repository you created.
  3. Deploy the project. Vercel will generate a public URL like:
    https://your-project-name.vercel.app/style.css

Use this URL in the <link> tag you added in Step 1.

Final Result

Once everything is set up:

  • Your custom styles will load on your SquareUp site.
  • You can edit your CSS anytime through GitHub.
  • Changes are automatically updated via Vercel without touching your Square dashboard again.

Summary

Even though SquareUp doesn’t support full code customization, you can still control the styling of your site by:

  • Hosting your custom CSS on Vercel via GitHub
  • Injecting it using a script in the Tracking Tools section

This method gives you flexibility while keeping your site managed within the SquareUp ecosystem

Leave a comment Cancel reply

Need Help with Your Website?

Whether you’re starting from scratch or looking to improve your existing site, we’re here to help.
We offer tailored website solutions to suit your needs — from design and development to maintenance, optimization, and ongoing support.

Contact Us

About Us

Empowering brands with cutting-edge digital marketing solutions. From SEO and social media strategies to website optimization, we help your business thrive in the digital landscape

  • Facebook
  • X
  • LinkedIn
  • YouTube

Quick Links

  • Home
  • About
    • FAQs
  • Portfolio
  • Blog
  • ReviewMeDen.com
  • Our Services

Services

  • Web Development
  • Search Engine Optimization
  • Social Media
  • Web Design
  • E – Commerce
  • Virtual Assistant

Newsletter

Sign up to seargin weekly newsletter to get the latest updates.


© 2024 CodeniDen. All rights reserved.
  • Terms & Conditions
  • Privacy Policy
Cleantalk Pixel