Guest Explosive Posted February 10, 2015 Share Posted February 10, 2015 I'm working with a lot of text blocks on my site and I'm wondering if I can add more drop-down options to the text formatting bar. By default there are: Normal, Heading 1, Heading 2, Heading 3, Quote, Code Can I add custom CSS to create new options here, or do I have to add code blocks to format the text? If I need to add a code block to do it, how? Link to comment
alxfyv Posted February 10, 2015 Share Posted February 10, 2015 Hmm. That text formatting bar is programmed by SQSP as part of the system. It's not changeable. You're stuck with the options on it. You cannot use CSS code to change the HTML structure. You can only use it to change the appearance of the content in your site: font, color, background, etc. See the SQSP KB article How should I use custom CSS? If you know HTML code, you can put content in a code block and use HTML to structure it as you like. But it's only effective for the content in that particular code block. While doing this, you won't have a text formatting bar. You will have all the power and options afforded by HTML which includes all those options on the formatting bar and more. But you'll have to use HTML code. Does this make sense? I'm a retired attorney who was asked by a friend to build a website. In a prior lifetime, in a galaxy far, far away and long, long ago, I was a computer systems analyst / programmer. I'm a novice autodidact in CSS, JavaScript and HTML learning in part by example.. I've asked questions on this forum and been lucky enough to have others help me, so I'm inclined to answer any question I can. Pay it forward. Link to comment
colin.irwin Posted February 10, 2015 Share Posted February 10, 2015 If you use Markdown blocks rather than text blocks you can have additional levels of header. # This is H1 ## This is H2 ### This is H3 #### This is H4 ##### This is H5 ###### This is H6 It even works on here: This is H1 This is H2 This is H3 This is H4 This is H5 This is H6 > This is quote This is quote 4 leading spaces is code 4 leading spaces is code You can also _italicise_ and **embolden** You can also italicise and embolden More here: http://daringfireball.net/projects/markdown/syntax I'm Colin Irwin aka silvabokis. I've been a Squarespace designer & developer since 2013. I remember when it was all wild prairies round these here parts. 🐃🤠 Advice I give on here is free, though I may sometimes post an affiliate link or promote something I've written. That reminds me.. ..you might want to check out my Squarespace template finder or have a look at my other Squarespace tips Speaking of tips, 💲I've got a tip jar that you're welcome to throw a few quid into if you think I've helped you. If you're looking for a Squarespace developer Book a chat or Drop me a line - first meeting is always free Link to comment
webchan Posted February 19, 2015 Share Posted February 19, 2015 Can I use mark down to change from one heading to different heading in the same line? For example, if the all caps words are heading 3 and the other text is normal can I do something like this: THE SQUARESPACE COMMINITY is really helpful answering my questions. How can I do something like this using markdown? Link to comment
colin.irwin Posted February 19, 2015 Share Posted February 19, 2015 No. Headings implicitly have a line break at the end of them. However, you could use something like: ## Here is a heading <span> for you </span> Where h2 span { color:red; } Would apply red text to the part of the h2 that is wrapped in a span. I'm Colin Irwin aka silvabokis. I've been a Squarespace designer & developer since 2013. I remember when it was all wild prairies round these here parts. 🐃🤠 Advice I give on here is free, though I may sometimes post an affiliate link or promote something I've written. That reminds me.. ..you might want to check out my Squarespace template finder or have a look at my other Squarespace tips Speaking of tips, 💲I've got a tip jar that you're welcome to throw a few quid into if you think I've helped you. If you're looking for a Squarespace developer Book a chat or Drop me a line - first meeting is always free Link to comment
brandon Posted March 14, 2018 Share Posted March 14, 2018 I've actually created a plugin that adds h4, h5, h6 to the Squarespace text editor. So it can be done. The Advanced version also allows for additional headings, custom styles, superscript, subscript, underline and more.-BrandonProject Mgr. and Developer at IgnertiaCreator of Squint - H4, H5, H6 & Custom Styles for Squarespace If a response helped you out, send a 'Like' 👍 (bottom-right) and/or 'Upvote' (top-left) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.