oliviasusan Posted February 20, 2021 Share Posted February 20, 2021 Site URL: https://www.susanboser.com/ Hi, looking to add a line break to my site title to make it read: "the art of Susan Boser" The password for the site is hello. Thank you for your help! Beyondspace 1 Link to comment
Beyondspace Posted February 20, 2021 Share Posted February 20, 2021 14 minutes ago, oliviasusan said: Site URL: https://www.susanboser.com/ Hi, looking to add a line break to my site title to make it read: "the art of Susan Boser" The password for the site is hello. Thank you for your help! You can add an image as logo so the text can be modified as required Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
oliviasusan Posted February 21, 2021 Author Share Posted February 21, 2021 21 minutes ago, bangank36 said: You can add an image as logo so the text can be modified as required Hi, thanks for your response. Is there really no way to do this more simply within Squarespace if I don't have or want a logo? Beyondspace 1 Link to comment
Beyondspace Posted February 21, 2021 Share Posted February 21, 2021 14 minutes ago, oliviasusan said: Hi, thanks for your response. Is there really no way to do this more simply within Squarespace if I don't have or want a logo? Alright, you can use custom code injection 1. Change the title to Susan Boser 2. Add this to Design->Custom CSS .header-title-text a { display: block; } .header-title-text a:before { content: 'the art of'; display: block; } tuanphan and oliviasusan 2 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
oliviasusan Posted February 21, 2021 Author Share Posted February 21, 2021 39 minutes ago, bangank36 said: Alright, you can use custom code injection 1. Change the title to Susan Boser 2. Add this to Design->Custom CSS .header-title-text a { display: block; } .header-title-text a:before { content: 'the art of'; display: block; } This is great. Thank you so much!! Beyondspace 1 Link to comment
ChloeCanComputer Posted March 22, 2022 Share Posted March 22, 2022 On 2/20/2021 at 7:32 PM, bangank36 said: Alright, you can use custom code injection 1. Change the title to Susan Boser 2. Add this to Design->Custom CSS .header-title-text a { display: block; } .header-title-text a:before { content: 'the art of'; display: block; } Hi Bangank36, Unfortunately this changes the website title to the second line, "Susan Boser" in this case... so the Site Title, Site Name, indexed name on Google and social sharing name all lose the first line... any ideas how to fix that? Thanks! Link to comment
Beyondspace Posted March 22, 2022 Share Posted March 22, 2022 Can you share some screenshots of your issues? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
bobbeck Posted November 23, 2022 Share Posted November 23, 2022 I have a similar question - but looking for a thrid line break. Can anyone help me with the custom CSS required for that? I can't figure out how to use two different calls for :before... Ideally my finished result would display on three lines as: Canadian Typography Archive Here's what I have (edited site title to read Archive, but am missing the third line solution). .header-title-text a { display: block1; } .header-title-text a:before { content: 'Canadian Typography'; display: block; } Note: I was able to get the look I wanted by adding <br> between the three lines in the editor, and it displayed correctly until I hit save - and then added the <br> in the text directly (no longer hidden). So weird that it displayed correctly before hitting save... Link to comment
bobbeck Posted November 23, 2022 Share Posted November 23, 2022 Temporary solution found : (with name of site title as Typography - the middle word...) .header-title-text a { display: block; } .header-title-text a:before { content: 'Canadian'; display: block; } .header-title-text a:after { content: 'Archive'; display: block; } Link to comment
tuanphan Posted November 25, 2022 Share Posted November 25, 2022 On 11/24/2022 at 6:01 AM, bobbeck said: I have a similar question - but looking for a thrid line break. Can anyone help me with the custom CSS required for that? I can't figure out how to use two different calls for :before... Ideally my finished result would display on three lines as: Canadian Typography Archive Here's what I have (edited site title to read Archive, but am missing the third line solution). .header-title-text a { display: block1; } .header-title-text a:before { content: 'Canadian Typography'; display: block; } Note: I was able to get the look I wanted by adding <br> between the three lines in the editor, and it displayed correctly until I hit save - and then added the <br> in the text directly (no longer hidden). So weird that it displayed correctly before hitting save... You can add <br> tag then share site url, we can give script code to make br work However, the br will appear on Google Search Result & some other pages Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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