Website Building » Squarespace » How Do I Change the Font Color on Squarespace?

How Do I Change the Font Color on Squarespace?

Last updated on December 23, 2022 @ 6:44 am

There are four main ways to change the font color of your text on Squarespace:

1. Use the WYSIWYG editor

The What-You-See-Is-What-You-Get editor (WYSIWYG) is the easiest way to change the font color of your text. Simply highlight the text you want to change, and then select the color you want from the dropdown menu.

2. Use inline CSS

If you’re comfortable working with code, you can use inline CSS to change the font color of your text. Simply add the following code to the <head> section of your website:

PRO TIP: If you are not familiar with HTML or CSS, we do not recommend changing the font color on your Squarespace website. Doing so could result in your site looking broken or unprofessional.

<style>
body {
color: #000000;
}

3. Use a custom CSS file

Another option for changing the font color of your text is to use a custom CSS file. This method is a bit more advanced, but it gives you more control over your website’s style.

To use a custom CSS file, simply create a new file and upload it to your website’s assets folder. Then, add the following code to the <head> section of your website:

<link rel="stylesheet" type="text/css" href="path/to/custom.css">

4. Use a third-party plugin or service

There are also a number of third-party plugins and services that you can use to change the font color of your text. These options are usually more expensive than the other methods, but they can be worth it if you need a lot of customization options.

Conclusion
There are four main ways that you can change the font color on Squarespace. You can use the WYSIWYG editor, inline CSS, a custom CSS file, or a third-party plugin or service.

Drew Clemente

Drew Clemente

Devops & Sysadmin engineer. I basically build infrastructure online.