jvalledy Posted February 12, 2020 Share Posted February 12, 2020 Hi, I'm just wondering if anyone knows how to add a tag line under a site title in 7.1 perhaps using css? I'm happy copying and pasting bits of code but my understanding of coding is fairly limited - just a heads up. Any help with this would be much appreciated. Many thanks John racheldiane 1 Link to comment
tuanphan Posted February 12, 2020 Share Posted February 12, 2020 Add to Home > Design > Custom CSS a#site-title:after { content: "tuan phan"; display: block; } jvalledy, racheldiane and raeroshow 2 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
jvalledy Posted February 12, 2020 Author Share Posted February 12, 2020 @tuanphan Thanks very much my friend 🙂 Link to comment
kimimischke Posted March 3, 2021 Share Posted March 3, 2021 Is there a way to do this if you're using a logo? Link to comment
tuanphan Posted March 7, 2021 Share Posted March 7, 2021 On 3/4/2021 at 1:50 AM, kimimischke said: Is there a way to do this if you're using a logo? Use this code .header-title-logo a:after { content: "tuan phan"; display: block; font-size: 20px; font-family: monospace; margin-top: 20px; font-weight: normal; text-align: center; } Adamec 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
NerdvillebyJenMaher Posted March 11, 2022 Share Posted March 11, 2022 @tuanphan This is awesome! Thank you for this and all of the other code snippets that you put out here for us! With this code, is it possible to reduce the tagline size when it swicthes to mobile? 🤓Let's Get Nerdy!🤓 View the Bio Page that I Made on My Squarespace Site HERE (Because I Wanna Keep ALLLL the Lovely SEO Juice for Myself!) Link to comment
tuanphan Posted March 13, 2022 Share Posted March 13, 2022 On 3/12/2022 at 1:00 AM, jenmaherconsulting said: @tuanphan This is awesome! Thank you for this and all of the other code snippets that you put out here for us! With this code, is it possible to reduce the tagline size when it swicthes to mobile? Use this .header-title-logo a:after { content: "tuan phan"; display: block; font-size: 20px; font-family: monospace; margin-top: 20px; font-weight: normal; text-align: center; } @media screen and (max-width:767px) { .header-title-logo a:after { font-size: 10px !important; } } 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
Guest Posted March 13, 2022 Share Posted March 13, 2022 3 hours ago, tuanphan said: Use this .header-title-logo a:after { content: "tuan phan"; display: block; font-size: 20px; font-family: monospace; margin-top: 20px; font-weight: normal; text-align: center; } @media screen and (max-width:767px) { .header-title-logo a:after { font-size: 10px !important; } } hi Tuphan i created this piece of code in the hope to move a button further up on mobile view however it says syntax error on line four could you help please / *move up shop now button */ @media screen and (max-width:767px) { Margin-left: 0px; Margin-right: 0px; Margin-top: 0px; Margin-bottom: 90px; } Regards, Jake Link to comment
tuanphan Posted March 14, 2022 Share Posted March 14, 2022 9 hours ago, jakelyd said: hi Tuphan i created this piece of code in the hope to move a button further up on mobile view however it says syntax error on line four could you help please / *move up shop now button */ @media screen and (max-width:767px) { Margin-left: 0px; Margin-right: 0px; Margin-top: 0px; Margin-bottom: 90px; } Regards, Jake Hi, Remove space between 2 syntaxs / * 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
Guest Posted March 15, 2022 Share Posted March 15, 2022 On 3/14/2022 at 2:20 AM, tuanphan said: Hi, Remove space between 2 syntaxs / * worked! thank you again!! Link to comment
racheldiane Posted September 9, 2022 Share Posted September 9, 2022 On 2/12/2020 at 7:18 AM, tuanphan said: Add to Home > Design > Custom CSS a#site-title:after { content: "tuan phan"; display: block; } @tuanphan THANK YOU!!!! Amazing. I'm curious.... Is there a way to make the tagline font smaller than the logo (this particular logo was generated in SqSp, not uploaded as a jpeg file). I'd love to have the name stand out a size or two larger than the tagline font, but keep the two fonts the same and the same color. Link to comment
tuanphan Posted September 10, 2022 Share Posted September 10, 2022 17 hours ago, racheldiane said: @tuanphan THANK YOU!!!! Amazing. I'm curious.... Is there a way to make the tagline font smaller than the logo (this particular logo was generated in SqSp, not uploaded as a jpeg file). I'd love to have the name stand out a size or two larger than the tagline font, but keep the two fonts the same and the same color. Try add font size a#site-title:after { content: "tuan phan"; display: block; font-size: 15px; } racheldiane 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
racheldiane Posted September 14, 2022 Share Posted September 14, 2022 @tuanphan THANK YOU! Worked like a charm. I appreciate you! 🙂 tuanphan 1 Link to comment
dantakesatx Posted September 20, 2022 Share Posted September 20, 2022 Hi! Is there a way to position the tagline beside the logo versus below? Link to comment
tuanphan Posted September 20, 2022 Share Posted September 20, 2022 (edited) 12 hours ago, dantakesatx said: Hi! Is there a way to position the tagline beside the logo versus below? You can change :after in the code to :before If it doesn't work, What is your site url? We can adjust code easier Edited September 20, 2022 by tuanphan 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
TinaHobson Posted March 30 Share Posted March 30 Thanks SO much for all the code help Tuan - I've been using the above. and wondered how I could make the tagline italic and white, please? (orpheus pro). Any help would be much appreciated! Link to comment
TinaHobson Posted March 30 Share Posted March 30 2 hours ago, TinaHobson said: Thanks SO much for all the code help Tuan - I've been using the above. and wondered how I could make the tagline italic and white, please? (orpheus pro). Any help would be much appreciated! Actually - I've sorted that on the web version but doesn't appear in the mobile version 😞 - any tips? Thanks! Link to comment
tuanphan Posted April 3 Share Posted April 3 On 3/30/2023 at 11:38 PM, TinaHobson said: Actually - I've sorted that on the web version but doesn't appear in the mobile version 😞 - any tips? Thanks! What is 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
Jarmo2127 Posted June 30 Share Posted June 30 Hey All I got this working on the main page but its not working for phone any ideas .header-title-logo a:after { content: "BUILDING DESIGN"; display: block; font-size: 20px; font-family: eurostile-extended; letter-spacing: 15px; margin-top: 15px; font-weight: normal; text-align: left; margin-left: 14px; } @media screen and (max-width:767px) { .header-title-logo a:after { font-size: 10px !important; } } Link to comment
tuanphan Posted June 30 Share Posted June 30 2 hours ago, Jarmo2127 said: Mobile uses a different class name. What is your site url? We can check it again 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
Jarmo2127 Posted June 30 Share Posted June 30 Hey Tuanphan ... url is www.rhadleonardi.com.au Link to comment
Jarmo2127 Posted June 30 Share Posted June 30 whats the best practices for images should we be using Hyphens ? for SEO > Link to comment
tuanphan Posted July 1 Share Posted July 1 5 hours ago, Jarmo2127 said: Hey Tuanphan ... url is www.rhadleonardi.com.au Use this code .header-title-logo a:after, .header-mobile-logo a:after { content: "BUILDING DESIGN"; display: block; font-size: 16px; font-family: eurostile-extended; letter-spacing: 15px; margin-top: 15px; font-weight: normal; text-align: left; margin-left: 14px; } 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