mquintos Posted July 1, 2020 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!
tuanphan Posted July 1, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
mquintos Posted July 1, 2020 Author 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; } }
mquintos Posted July 1, 2020 Author Posted July 1, 2020 Would love to do the footer as well, if you'd be so kind to help me learn!
tuanphan Posted July 2, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
mquintos Posted July 2, 2020 Author 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?
mquintos Posted July 2, 2020 Author 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!
sarahjo Posted February 1, 2021 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?
tuanphan Posted February 3, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
sarahjo Posted February 6, 2021 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
tuanphan Posted February 7, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
sarahjo Posted February 12, 2021 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
tuanphan Posted February 14, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted July 22, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Liza Posted July 22, 2021 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. 😞
tuanphan Posted July 22, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Liza Posted July 22, 2021 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
paul2009 Posted July 22, 2021 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 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Liza Posted July 22, 2021 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
Liza Posted July 22, 2021 Posted July 22, 2021 30 minutes ago, Liza said: Weird. My kids see it ok. Nevermind. They don't see it all either.
paul2009 Posted July 22, 2021 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; } Liza and tuanphan 2 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
tuanphan Posted July 22, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Liza Posted July 22, 2021 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?
Liza Posted July 22, 2021 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.)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment