mquintos Posted July 1, 2020 Share Posted July 1, 2020 Site URL: https://www.markdanielquintos.com Hi, I'm using the Avenue template and am trying to change the size of my titles on mobile. I've tried copying and pasting a couple of other codes I've seen on the forums, but none work. I'm on a personal account, but this seems like something that should be fairly simple to do? Perhaps I'm wrong. Thank you! Link to comment
tuanphan Posted July 1, 2020 Share Posted July 1, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { body.site-title .logo a { font-size: 20px; } } 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
mquintos Posted July 1, 2020 Author Share Posted July 1, 2020 12 hours ago, tuanphan said: @media screen and (max-width:640px) { body.site-title .logo a { font-size: 20px; } } Worked perfectly for the title! Tried doing this for the subtitle but didn't work: Quote @media screen and (max-width:640px) { body.site-title .logo-subtitle a { font-size: 20px; } } Link to comment
mquintos Posted July 1, 2020 Author Share Posted July 1, 2020 Would love to do the footer as well, if you'd be so kind to help me learn! Link to comment
tuanphan Posted July 2, 2020 Share Posted July 2, 2020 3 hours ago, mquintos said: Would love to do the footer as well, if you'd be so kind to help me learn! @media screen and (max-width:640px) { body.site-title .logo a { font-size: 20px; } .logo-subtitle { font-size: 10px; } } 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
mquintos Posted July 2, 2020 Author Share Posted July 2, 2020 1 hour ago, tuanphan said: @media screen and (max-width:640px) { body.site-title .logo a { font-size: 20px; } .logo-subtitle { font-size: 10px; } } thank you for this, what id? class? would i put in to affect the footer? Link to comment
mquintos Posted July 2, 2020 Author Share Posted July 2, 2020 17 minutes ago, mquintos said: thank you for this, what id? class? would i put in to affect the footer? Got it! Using this: Quote @media screen and (max-width:640px){ #footerBlock p { font-size: 10px; } } Thanks again, it's hard to learn, but exciting once you figure something new out! Link to comment
sarahjo Posted February 1, 2021 Share Posted February 1, 2021 On 7/1/2020 at 12:01 PM, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:640px) { body.site-title .logo a { font-size: 20px; } } for some reason this doesn't work on my site – how can I fix this? Link to comment
tuanphan Posted February 3, 2021 Share Posted February 3, 2021 On 2/1/2021 at 9:12 AM, sarahjo said: for some reason this doesn't work on my site – how can I fix this? Can you share site url? Each template needs a different code. 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
sarahjo Posted February 6, 2021 Share Posted February 6, 2021 On 2/3/2021 at 10:21 AM, tuanphan said: Can you share site url? Each template needs a different code. Sure! www.sarahkoester.com Link to comment
tuanphan Posted February 7, 2021 Share Posted February 7, 2021 23 hours ago, sarahjo said: Sure! www.sarahkoester.com Add to Design > Custom CSS @media screen and (max-width:640px) { #navigator .siteTitle img { max-height: 10px; } } 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
sarahjo Posted February 12, 2021 Share Posted February 12, 2021 On 2/7/2021 at 1:55 PM, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:640px) { #navigator .siteTitle img { max-height: 10px; } } It still doesn't change. The mobile title also doesn't look pretty in general. I would like to get rid of the opacity effect, change the font size to my CI and make the text smaller. Do you have any suggestions on how to achieve this? Screenshot of situation (after adding your custom css advice) attached Link to comment
tuanphan Posted February 14, 2021 Share Posted February 14, 2021 On 2/12/2021 at 7:17 PM, sarahjo said: It still doesn't change. The mobile title also doesn't look pretty in general. I would like to get rid of the opacity effect, change the font size to my CI and make the text smaller. Do you have any suggestions on how to achieve this? Screenshot of situation (after adding your custom css advice) attached Add to Design > Custom CSS @media screen and (max-width:640px) { #grid .item .wrapper { background-color: transparent; } #grid .item .wrapper * { font-size: 12px !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
Liza Posted July 21, 2021 Share Posted July 21, 2021 I'd like to adjust mine as well. Five 7.0. Thank you! Link to comment
tuanphan Posted July 22, 2021 Share Posted July 22, 2021 14 hours ago, Liza said: I'd like to adjust mine as well. Five 7.0. Thank you! Add to Design > Custom CSS /* Five mobile site title */ @media screen and (max-width:768px) { #mobile-navigation-title a { font-size: 20px !important; } } paul2009 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
Liza Posted July 22, 2021 Share Posted July 22, 2021 9 hours ago, tuanphan said: Add to Design > Custom CSS /* Five mobile site title */ @media screen and (max-width:768px) { #mobile-navigation-title a { font-size: 20px !important; } } Thank you, @tuanphan, but it didn't work. 😞 Link to comment
tuanphan Posted July 22, 2021 Share Posted July 22, 2021 15 minutes ago, Liza said: Thank you, @tuanphan, but it didn't work. 😞 The code, I checked on Five demo template. Can you share link to your site? 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
Liza Posted July 22, 2021 Share Posted July 22, 2021 (edited) 2 minutes ago, tuanphan said: The code, I checked on Five demo template. Can you share link to your site? https://www.inspiredsm.com/ You helped me a while ago with the homepage image. Maybe that's getting in the way? Edited July 22, 2021 by Liza more info Link to comment
paul2009 Posted July 22, 2021 Share Posted July 22, 2021 It's working 25 minutes ago, Liza said: it didn't work. 🤔 It's working for me Liza. Maybe try a refresh? tuanphan 1 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
Liza Posted July 22, 2021 Share Posted July 22, 2021 (edited) 35 minutes ago, paul2009 said: It's working 🤔 It's working for me Liza. Maybe try a refresh? Hmm. I did multiple times @Paul2009. Checked on Safari and Chrome on my iphone 12, and on another iphone SE. ?? I just rebooted and still no go. Weird. My kids see it ok. Edited July 22, 2021 by Liza more info paul2009 1 Link to comment
Liza Posted July 22, 2021 Share Posted July 22, 2021 30 minutes ago, Liza said: Weird. My kids see it ok. Nevermind. They don't see it all either. Link to comment
paul2009 Posted July 22, 2021 Share Posted July 22, 2021 1 hour ago, Liza said: I just rebooted and still no go. Curious! What happens if you replace the code that Tuan provided with this: #mobile-navigation-title a { font-size: 20px!important; } tuanphan and Liza 2 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
tuanphan Posted July 22, 2021 Share Posted July 22, 2021 3 hours ago, Liza said: https://www.inspiredsm.com/ You helped me a while ago with the homepage image. Maybe that's getting in the way? try changing 20px to 10px ☠️ Liza 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
Liza Posted July 22, 2021 Share Posted July 22, 2021 3 hours ago, tuanphan said: try changing 20px to 10px ☠️ Thank you! That works, @tuanphan, but it doesn't look so great. Is there a way to display the logo on mobile instead of the site name? Link to comment
Liza Posted July 22, 2021 Share Posted July 22, 2021 4 hours ago, paul2009 said: Curious! What happens if you replace the code that Tuan provided with this: #mobile-navigation-title a { font-size: 20px!important; } I tried that, too, @paul2009 and it works! Thank you! It's just is so tiny now, it doesn't fill up the space well. Is there a way to use the logo on mobile instead of the site title? (I asked @tuanphan the same thing below.) 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