Charlest93 Posted March 31, 2020 Share Posted March 31, 2020 Site URL: http://www.charlestutin.com Hi, Beginner on Squarespace, I would like to know how to add a subtitle (Architecture intérieure & Design Produit) in my header, below my main title, with the same font but weightless. Is there a solution on Squarespace without custom CSS or not ? Here is a screenshot of my header. Thank you very much, Charles Link to comment
tuanphan Posted April 1, 2020 Share Posted April 1, 2020 Can you share link to your site? Which template do you use? 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
Charlest93 Posted April 1, 2020 Author Share Posted April 1, 2020 Hi, thank you for your answer. My website: bumblebee-drum-w3fz.squarespace.com password: tester123 I'm working with Squarespace 7.1 Link to comment
derricksrandomviews Posted April 1, 2020 Share Posted April 1, 2020 (edited) Is that another change with 7.1? 7.0 has Title, and Subtitle (tagline). Logo takes the place of Title. 7.0 Landing page has its own Logo or title, with Headline (subtitle) and body. Edited April 1, 2020 by derricksrandomviews Link to comment
Charlest93 Posted April 1, 2020 Author Share Posted April 1, 2020 I think so. I only have these options: Link to comment
tuanphan Posted April 4, 2020 Share Posted April 4, 2020 Add to Home > Design > Custom CSS a#site-title:after { content: "tuanphan"; display: block; font-size: 20px; color: green; font-family: monospace; } cornponeskillet 1 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
cornponeskillet Posted July 29, 2020 Share Posted July 29, 2020 (edited) Tuanphan, thank you — that code worked. Is there a way to make it only appear on large devices and not on mobile? Thanks. Edited July 29, 2020 by cornponeskillet Link to comment
tuanphan Posted July 31, 2020 Share Posted July 31, 2020 On 7/29/2020 at 7:29 AM, cornponeskillet said: Tuanphan, thank you — that code worked. Is there a way to make it only appear on large devices and not on mobile? Thanks. Edit above code @media screen and (min-width:768px) { a#site-title:after { content: "tuanphan"; display: block; font-size: 20px; color: green; font-family: monospace; } } 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
Asiya Posted August 23, 2020 Share Posted August 23, 2020 On 7/31/2020 at 2:07 PM, tuanphan said: Edit above code @media screen and (min-width:768px) { a#site-title:after { content: "tuanphan"; display: block; font-size: 20px; color: green; font-family: monospace; } } Hi, @tuanphan I wanted to add a second logo to my website. how can I do so? The site is https://gecko-alpaca-3wl5.squarespace.com/ - password to view: JLL123 Thanks in advance! Link to comment
tuanphan Posted August 23, 2020 Share Posted August 23, 2020 1 hour ago, Asiya said: Hi, @tuanphan I wanted to add a second logo to my website. how can I do so? The site is https://gecko-alpaca-3wl5.squarespace.com/ - password to view: JLL123 Thanks in advance! Which position? Asiya 1 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
Asiya Posted August 23, 2020 Share Posted August 23, 2020 3 hours ago, tuanphan said: Which on thee top left of the page where the social icons are there. Link to comment
Asiya Posted August 23, 2020 Share Posted August 23, 2020 3 hours ago, tuanphan said: Which position? On the top left of the page where the social icons are there Link to comment
Troy_Hester Posted May 29, 2021 Share Posted May 29, 2021 (edited) @tuanphan Is there a way to make the subhead text below the site title scale with site title? EDIT: Nevermind! I switched the text size from px to vw and eventually to %. Did the trick. Edited May 29, 2021 by Troy_Hester tuanphan 1 Link to comment
ellim Posted July 1, 2021 Share Posted July 1, 2021 On 4/3/2020 at 7:56 PM, tuanphan said: Add to Home > Design > Custom CSS a#site-title:after { content: "tuanphan"; display: block; font-size: 20px; color: green; font-family: monospace; } @tuanphan how can i edit this code so the tagline appears to the right of the title rather than below? Link to comment
tuanphan Posted July 3, 2021 Share Posted July 3, 2021 On 7/2/2021 at 3:55 AM, ellim said: @tuanphan how can i edit this code so the tagline appears to the right of the title rather than below? What is site url? We can check easier 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
Yann Posted August 13, 2021 Share Posted August 13, 2021 Hi tuanphan, Appreciate if you could also help me! My site's subtitle has been working fine for the longest time by insert <P> into the subtitle. But now its all jumbled on the same line.. Any tips? Thank you in advance! Yan Link to comment
tuanphan Posted August 14, 2021 Share Posted August 14, 2021 On 8/13/2021 at 8:52 AM, Yann said: Hi tuanphan, Appreciate if you could also help me! My site's subtitle has been working fine for the longest time by insert <P> into the subtitle. But now its all jumbled on the same line.. Any tips? Thank you in advance! Yan Hi. Can you share site url? 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