creedexan Posted September 22, 2022 Share Posted September 22, 2022 Site URL: https://www.myja.org/news/latest/learn-about-the-2022-laureates-ray-ritchey I'm trying to change the capitalization of the blog title for one post. The site style for the blog title is set to all caps, but I have an upcoming post title that includes an education degree (EdD) that I don't want to be all caps. Changing the site styles for the blog title for the whole site is not a great option either. Thanks in advance for your help. Link to comment
rhondahymason Posted September 22, 2022 Share Posted September 22, 2022 (edited) 3 hours ago, creedexan said: Site URL: https://www.myja.org/news/latest/learn-about-the-2022-laureates-ray-ritchey I'm trying to change the capitalization of the blog title for one post. The site style for the blog title is set to all caps, but I have an upcoming post title that includes an education degree (EdD) that I don't want to be all caps. Changing the site styles for the blog title for the whole site is not a great option either. Thanks in advance for your help. @creedexan Hi Cree, I believe you can do this with the following code: #item-632a8368b0ee4b71040a2a07 .BlogItem-title { text-transform: capitalize !important; } Replace the item ID number with the item ID for your blog post page. You can use the Chrome Extension Squarespace ID Finder to work out what the ID is. Hope that helps! Rhonda Edited September 22, 2022 by rhondahymason Link to comment
tuanphan Posted September 24, 2022 Share Posted September 24, 2022 Edit that blog post > Add a Code Block at bottom of page > Use this code <style> .post-title { text-transform: capitalize !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment