maximumexposure Posted August 13, 2021 Posted August 13, 2021 Site URL: http://www.maximumexposureinc.com Hello, I would like the transform the text on this one page to being all UPPER CASE. http://maximumexposureinc.com Any help would be appreciated. Thanks!
iamdavehart Posted August 13, 2021 Posted August 13, 2021 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
maximumexposure Posted August 13, 2021 Author Posted August 13, 2021 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.