There are a few ways to add text to gallery squares on a Squarespace website. One way is to use the built-in text editor.
To do this, simply click on the gallery square you want to add text to and then click on the “Edit” button in the top-right corner of the page. This will bring up a text editor where you can add your text.
Another way to add text to gallery squares is by using HTML. To do this, you’ll need to add a code block to your page and then use the <p>, <b> and <u> tags to style your text. Here’s an example of how you could do this:
<p>This is some sample text.</p>
<b>This text is bold.</b>
<u>This text is underlined.</u>
And here's how that would look on your website:
This is some sample text. This text is bold. This text is underlined.
You can also use CSS to style your text. To do this, you'll need to add a code block to your page and then use the CSS code below:
p { font-size: 16px; font-weight: bold; }