Guest Posted January 31, 2020 Share Posted January 31, 2020 Site URL: https://seadragon-pear-6ndb.squarespace.com/ Any suggestions on how to add a tagline under the logo? In the site styles it gives me the option to show one or the other, but I'd like to display both. https://seadragon-pear-6ndb.squarespace.com/ password: op1 If it's going to be an issue to add it under the logo, I have an alternate plan. I've added a green bar under the slideshow banner, but I need some advice on how to use CSS so there isn't so much space above/below it AND so the text on that green bar shows as white instead of gray. I tinkered with it for a while, but I'm very much a novice and I'm stumped. I created that bar as a section on the index, and it just has a ton of space around it. Link to comment
tuanphan Posted January 31, 2020 Share Posted January 31, 2020 add to Home > Design > Custom CSS h1#logoImage a:after { content: "Tuan Squarespace"; display: block; color: #fff; font-size: 50px; margin-top: 20px; text-align: center; line-height: 1em; } 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 January 31, 2020 Share Posted January 31, 2020 Thanks @tuanphan! Appreciate the help! Link to comment
tuanphan Posted February 1, 2020 Share Posted February 1, 2020 5 hours ago, allegrocreative said: Thanks @tuanphan! Appreciate the help! There has like button (right) or upvote... 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
SandraC Posted September 10, 2021 Share Posted September 10, 2021 Is there a way to use two different fonts in this tagline? Thank you! Link to comment
tuanphan Posted September 11, 2021 Share Posted September 11, 2021 20 hours ago, SandraC said: Is there a way to use two different fonts in this tagline? Thank you! Add font name to code h1#logoImage a:after { content: "Tuan Squarespace"; display: block; color: #fff; font-size: 50px; margin-top: 20px; text-align: center; line-height: 1em; 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
SandraC Posted September 13, 2021 Share Posted September 13, 2021 Thank you for your reply, Tuan! I appreciate it. This changes all of the content to the font-family, in this example, to Monospace. I am wondering, is it possible to have Tuan in one font, and Squarespace in another font? Thank you. Link to comment
tuanphan Posted September 14, 2021 Share Posted September 14, 2021 15 hours ago, SandraC said: Thank you for your reply, Tuan! I appreciate it. This changes all of the content to the font-family, in this example, to Monospace. I am wondering, is it possible to have Tuan in one font, and Squarespace in another font? Thank you. Can you share link to your site? 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
SandraC Posted September 14, 2021 Share Posted September 14, 2021 Hi Tuan. I am not sure how to do that. This is what I have: Link to comment
SandraC Posted September 17, 2021 Share Posted September 17, 2021 Hi @tuanphan, is there something I can do to modify the font in the tagline above? I would like the TEAM & MI to be in a different font than the name. Thank you. Link to comment
tuanphan Posted September 17, 2021 Share Posted September 17, 2021 What is your 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
SandraC Posted September 18, 2021 Share Posted September 18, 2021 @tuanphan, sandracurry.com Link to comment
tuanphan Posted September 18, 2021 Share Posted September 18, 2021 19 hours ago, SandraC said: @tuanphan, sandracurry.com Use this new code h1#logoImage a { position: relative; } h1#logoImage a:after { content: "DACM Traditional East Asian Medicine & Medical Intuition"; display: block; color: #000; font-size: 40px; text-align: right; line-height: 1em; font-family: "Olicana-smooth"; position: absolute; right: -150px; margin-top: -30px; } h1#logoImage a:before { content: "Dr Sandra Curry, "; display: block; color: #000; font-size: 40px; text-align: right; line-height: 1em; position: absolute; font-family: monospace; right: -100px; } How about layout on mobile? 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
SandraC Posted September 21, 2021 Share Posted September 21, 2021 @tuanphan, thank you! This is what I have now. And also what it looks like on mobile. Any tips on how to fix the mobile appearance for the logo/tagline? Also, do you know how the "welcome" font can be a bit larger for the mobile? Thank you so much! I really appreciate your assistance! Link to comment
tuanphan Posted September 22, 2021 Share Posted September 22, 2021 On 9/21/2021 at 9:05 AM, SandraC said: @tuanphan, thank you! This is what I have now. And also what it looks like on mobile. Any tips on how to fix the mobile appearance for the logo/tagline? Also, do you know how the "welcome" font can be a bit larger for the mobile? Thank you so much! I really appreciate your assistance! Hi, edit font-size value in above code How do you want it to look on mobile? 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
SandraC Posted September 22, 2021 Share Posted September 22, 2021 @tuanphan, if I change the font-size of "welcome", it changes the font on computer, iPad, and mobile. I like the way it looks on the computer and iPad, but it shows up much smaller on mobile. is there a way to change it only on mobile. I would like the Dr SC, TEAM & MI to appear on mobile as it does on the computer, if possible. Link to comment
tuanphan Posted September 26, 2021 Share Posted September 26, 2021 On 9/22/2021 at 10:35 PM, SandraC said: @tuanphan, if I change the font-size of "welcome", it changes the font on computer, iPad, and mobile. I like the way it looks on the computer and iPad, but it shows up much smaller on mobile. is there a way to change it only on mobile. I would like the Dr SC, TEAM & MI to appear on mobile as it does on the computer, if possible. Add this CSS to change size on mobile only @media screen and (max-width:640px) { h1#logoImage a:before { font-size: 15px; right: 0; } h1#logoImage a:after { font-size: 15px; right: unset; left: 0; margin-top: -10px; line-height: 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
SandraC Posted September 28, 2021 Share Posted September 28, 2021 @tuanphan, thank you for your help. the dr sc, team & mi look great. can you share how I can enlarge the font of "welcome" on the mobile view, too? thanks again! Link to comment
tuanphan Posted September 29, 2021 Share Posted September 29, 2021 15 hours ago, SandraC said: @tuanphan, thank you for your help. the dr sc, team & mi look great. can you share how I can enlarge the font of "welcome" on the mobile view, too? thanks again! Where is Welcome? I see cover page only https://www.sandracurry.com/ 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
SandraC Posted October 11, 2021 Share Posted October 11, 2021 @tuanphan, please see the mobile view snapshot above that I posted on 20 Sept to see "welcome." I would like the font of "welcome" to appear larger like it is on the computer view, please. Also, I have a second question: is there a way to have "Curry" be a different font than the rest of the line "Dr SC, DACM"? Thank you! Link to comment
tuanphan Posted October 13, 2021 Share Posted October 13, 2021 On 10/12/2021 at 4:40 AM, SandraC said: @tuanphan, please see the mobile view snapshot above that I posted on 20 Sept to see "welcome." I would like the font of "welcome" to appear larger like it is on the computer view, please. Also, I have a second question: is there a way to have "Curry" be a different font than the rest of the line "Dr SC, DACM"? Thank you! Here is your site, no welcome text 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
SandraC Posted October 28, 2021 Share Posted October 28, 2021 Hi @tuanphan, this is the one I was referring to. Is there a way to make the font of "welcome" larger for the phone screen view? The size is fine on the iPad and computer views. Thank you. Link to comment
tuanphan Posted November 1, 2021 Share Posted November 1, 2021 On 10/29/2021 at 2:23 AM, SandraC said: Hi @tuanphan, this is the one I was referring to. Is there a way to make the font of "welcome" larger for the phone screen view? The size is fine on the iPad and computer views. Thank you. You mean this page? https://www.sandracurry.com/home What is access password? 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