Jump to content

Text Transform (Uppercase) On One Single Page

Recommended Posts

  • Replies 2
  • Views 387
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

if you've got the business / premium plan then inject the following code in the page header, Advanced section of the pages settings, if you haven't got premium, just stick it in a code block on the page you want to transform

<style>
  * { text-transform: uppercase !important }
</style>

this will uppercase EVERYTHING on the page. if you want to be more selective, you'll need to start looking up data section ids and using those to reduce the content you're affecting. (you can do this by using the Squarespace ID Finder extension someone created, or by looking in the source)

 

Dave Hart. Software/Technology Consultant living in London. buymeacoffee 

Link to comment
1 hour ago, iamdavehart said:

if you've got the business / premium plan then inject the following code in the page header, Advanced section of the pages settings, if you haven't got premium, just stick it in a code block on the page you want to transform

<style>
  * { text-transform: uppercase !important }
</style>

this will uppercase EVERYTHING on the page. if you want to be more selective, you'll need to start looking up data section ids and using those to reduce the content you're affecting. (you can do this by using the Squarespace ID Finder extension someone created, or by looking in the source)

 

This was it. Perfect. Much appreciated!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.