Тёмный

How to Change Your Mobile Font Size in Squarespace 7.1 & Squarespace 7 // Squarespace CSS Tutorial 

InsideTheSquare - Squarespace Tutorials
Подписаться 25 тыс.
Просмотров 22 тыс.
50% 1

Just getting started with Squarespace CSS? Awesome! 😍 I want to teach you the basics - grab my free Getting Started Guide here 👉 insidethesquare.co/learn
---
🥳 Ready to launch ? Use the code PARTNER10 for 10% off (affiliate code): insidethesquare.co/partner10
---
💕 Love this free Square space tutorial? You can donate via Paypal to help support my RU-vid Channel www.paypal.com/paypalme/insid...
---
This tutorial is for both versions of Squarespace. It works for Squarespace 7 sites, like Brine, Bedford & Pacific, and this tutorial is for Squarespace 7.1 which is used in the demo. In both versions, to edit your custom code, start at your main menu and navigate to Design and then to Custom CSS. To install CSS on a single page in your Squarespace site, check out this tutorial for Squarespace 7: • How To Install Code on...
---
In this tutorial, we are getting into some more mobile magic, talking specifically about how to change the size of your mobile fonts. Now I do have a basic tutorial on this from last year but there are some nuances I did not cover in that version that I want to make sure you know, especially if you are working with 7.1
Now we can specify by mobile screen size based on breakpoints using what is called a media query. If you missed that tutorial, I have a link to it here( • How to change your Squ... ) and you can visit insidethesquare.co/mobile to grab the free cheat sheet so you can follow along.
Using a media query you can say “hey browser, only do this code thing when the screen size is this big” So for text, you can call out individual text types by their code names and say "hey browser, on any screen that is this size or smaller, make my paragraph text this size."
@media only screen and (max-width: 640px){ p{font-size:1rem!important} }
But we can get even more specific than that! A great example is your footer text. Let’s say your footer has some paragraph text, and you like the size of it for your blog post, but your footer links look waaaay too tiny and you want only those to change. You can say “for screens this size, when you load the footer, if there is any paragraph text in there, make sure it shows up as this size.”
@media only screen and (max-width: 640px){#footer-sections p{font-size:1rem!important} }
So you can see the text on the rest of your site is exactly the same, but the text on your footer is different. You can do this for page sections in 7.1 too, or any really any block of text when you use its block id.
Now what about active links, like in the video? Add the "a" after the paragraph text "p" to say only footer paragraph text active links like this:
@media only screen and (max-width: 640px){#footer-sections p a{font-size:1rem!important} }
Also, if for some reason you aren’t seeing anything happening, you can always add the text exclamation point important (!important) to make sure that the browser prioritizes your code over the main site styles file that Squarespace generates for you.
Okay, that’s it for this tutorial. Grab that breakpoint guide at insidthesquare.co/mobile but most importantly, have fun with your Squarespace website. Thanks for watching and I'll be back with another tutorial next Tuesday! Be sure to subscribe so you don't miss it ♥
---
📱 Squarespace Mobile + Tablet Workshop → insidethesquare.co/mobiledesign
▸▸▸ Ready for more codes?
The codes in this tutorial are just the beginning of all the cool things you can do with Custom CSS! When you're ready to dive in and start customizing, you can use codes from my CSS Cheat Sheet. It has over 30 pages of code snippets and pro tips to help you get started. Download your copy at InsideTheSquare.co/css
---
The term "Squarespace" is a trademark of Squarespace, Inc. This content is not affiliated with Squarespace, Inc. I just really love their platform ♥
---
#squarespace #squarespacecss #howto #customizesquarespace #css #squarespacetricks #squarespacehacks #anchorlinks #squarespacetips

Опубликовано:

 

7 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 56   
@InsideTheSquare
@InsideTheSquare Год назад
⚠ IMPORTANT CSS UPDATE ⚠ When logging into Squarespace, if you see the word "Website" at the top of your menu, you are using their new internal navigation! To edit the CSS of your Squarespace website, click on the word "Website" and scroll to the bottom of the list of pages. Here you'll see "Website Tools" - click on that option and select "Custom CSS" to open the CSS panel and add your code here. For more information, watch this tutorial: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-euJqHXs_L1M.html
@JaiSequoia
@JaiSequoia 3 года назад
just what I was looking for thanks Becca! You're rocking these tuts videos these days!
@dustinmaberry
@dustinmaberry 4 года назад
Thank you for posting this! I was stuck for so long trying to figure it out for my new Squarespace 7.1 template.
@anammorar
@anammorar 3 года назад
Miss, thank you for taking your time to explain everything. You're helping me a lot
@InsideTheSquare
@InsideTheSquare 3 года назад
You are so welcome - happy to help ❤️
@falennon_
@falennon_ 4 года назад
You're amazing, and your video is so clear. Thank you for making me look like I know what I'm doing!
@InsideTheSquare
@InsideTheSquare 4 года назад
Hahaha - happy to help Brenda 😎
@matthewsookraj9028
@matthewsookraj9028 3 года назад
Perfect that was the exact fix I needed. Thanks!
@julienroussel7606
@julienroussel7606 3 года назад
Another awesome tutorial. You rock!!!
@katibonadies1043
@katibonadies1043 3 года назад
Your videos help so much! Thank you!
@InsideTheSquare
@InsideTheSquare 3 года назад
You're so welcome Kati - happy to help! 😄
@sanbonbonaso
@sanbonbonaso 4 года назад
great! - thank you!
@everydaybeans
@everydaybeans 4 года назад
Hi! Thank you so much for this video! I am 99% there, how do I change the size of the H1, H2, H3 ONLY in the top banner section of the website? While leaving the rest of the website as is... I am using the code @media screen and (max-width: 640px) {h1, h2, h3 { font-size: 14px!important; }} which worked successfully but unfortunately applied this to my entire website. Thank you so much if you see this!
@whitneyrevoir594
@whitneyrevoir594 3 года назад
you are the best! thx!!!
@fllood
@fllood 4 года назад
this is amazing Thank you so much!
@InsideTheSquare
@InsideTheSquare 4 года назад
You're so welcome! :)
@joshartus5300
@joshartus5300 2 года назад
Thank you! Once again you are a god-send!
@InsideTheSquare
@InsideTheSquare 2 года назад
You are so welcome Josh - happy to help! 😎
@davidledger7894
@davidledger7894 4 года назад
Based on what you shared here I was able to make a few adjustments I wanted on my mobile version. This is how it is written: @media only screen and (max-width: 640px){.header-menu-cta a {font-size: 1rem;}} @media only screen and (max-width: 640px){.header-menu-actions {margin-bottom: 0vw}} @media only screen and (max-width: 640px){.header-menu-nav-folder-content {flex-grow: 0}} @media only screen and (max-width: 640px){.header-menu-nav-item a{font-size: 24px}} is there a way to clean this up so you only write the "@media only screen and (max-width: 640px)" once, I tried a few ways but could not get it to work. Thanks in advance!
@mattheweriksen
@mattheweriksen 4 года назад
How do I edit navigation bar folder title size at different screen sizes? Thanks in advance!
@ljjacobsen68
@ljjacobsen68 4 года назад
Hello! I just did your tutorial to add a tagline in 7.1 and that worked great, but it doesn’t get smaller on mobile and gets cut off. I thought maybe this code might help me with that, but I don’t think I understand the way CSS works well enough to make that happen. Can anyone help with helping to target that text and make it adjust for mobile?
@tomstravelsphoto
@tomstravelsphoto 4 года назад
This is excellent info! I'm trying to change the size of the text on my slideshow banner in the Brine template family - what # would I need?!
@InsideTheSquare
@InsideTheSquare 4 года назад
Hey Tom! Here's the "code name" for the title and description for a slideshow, and thanks for specifying the theme in your comment - helps me narrow it down quickly! :) .sqs-gallery-block-slideshow .meta .meta-title .sqs-gallery-block-slideshow .meta .meta-description p
@tomstravelsphoto
@tomstravelsphoto 4 года назад
InsideTheSquare Terrific! Thanks so much for the help! You got a new subscriber! 🤘🏻
@bojackphotography3451
@bojackphotography3451 4 года назад
So what do I do if I have a sticky footer and I want to adjust the font size. this method works on my links but not the form .
@InsideTheSquare
@InsideTheSquare 4 года назад
Hey BoJack! Forms have a whole different set of "code names" - check out these tutorials for help getting those styled the way you want them to be: insidethesquare.co/forms
@Kat.Picasso
@Kat.Picasso Год назад
amazing content! question, how do I resize the mobile menu font?
@InsideTheSquare
@InsideTheSquare Год назад
Check out this tutorial that will teach you how to create an alternate layout for mobile: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-AQnwhitEqnI.html
@arrabygallagher6021
@arrabygallagher6021 4 года назад
Hi great tutorial! I can trying to change the size of my paragraph text font size on mobile only (it is slightly too big). What code would i use to specify the body text only?
@InsideTheSquare
@InsideTheSquare 4 года назад
Hey Arraby! The letter "p" works for standard paragraph text in Squarespace 7 sites, so a code like this should do the trick: @media only screen and (max-width: 640px){ p{font-size:12px!important} }
@arrabygallagher6021
@arrabygallagher6021 4 года назад
@@InsideTheSquare you're a life saver thank you!!
@lisbetkrll8669
@lisbetkrll8669 4 года назад
Hi.I am trying to reduce the size of medium headings on mobile devices. I have found this code but it does not seem to work. Im using 7.1 is it the h1 / 2 / 3 that is wrong ? Hope you can help me 🙏🏻 Lisbet @media screen and (max-width: 640px) { h1 { font-size: 14px; } h2 { font-size: 14px; } h3 { font-size: 14px; } }
@InsideTheSquare
@InsideTheSquare 4 года назад
Hey lisbet! Your code looks fine but 7.1 can be picky; try adding !important before the ; to make sure the browser prioritizes your code over the site styles file. Also if you want them all to be the same size, no need for three lines, just combine them like this: @media screen and (max-width: 640px) {h1, h2, h3 { font-size: 14px!important; }}
@louispeters4518
@louispeters4518 4 года назад
Is there a way of increasing the size of my header on mobile?
@InsideTheSquare
@InsideTheSquare 4 года назад
Hey Louis - great question! For image logos, you can do that using the header settings after you upload it. But for tet based, just use the code name ".header-title-text a" to change the font size. Hope that info helps! :)
@honestlyrealco
@honestlyrealco 2 года назад
Can't find my last reply in the thread re: letter-spacing (Becca thank you so much for all your videos!). Took a minute of trial and error but just add it inside the bracket with a semicolon! ::: @media only screen and (max-width: 640px){ h1{font-size:4.2rem!important; letter-spacing: -0.08em}}
@InsideTheSquare
@InsideTheSquare 2 года назад
Perfect! To learn more about the common CSS symbols you can use in your code, check out this article: insidethesquare.co/resources/css-symbols
@KevnMadeIt
@KevnMadeIt 2 года назад
what do we type for header
@InsideTheSquare
@InsideTheSquare 2 года назад
Hey Kevn! That depends on the version/theme you are using. I would love to help you track down the right code - send me more info about your site at insidethesquare.co/code-help and we'll get the selector for ya.
@louispeters4518
@louispeters4518 4 года назад
Is there a way to change the size of the button font size for mobile devices?
@InsideTheSquare
@InsideTheSquare 4 года назад
Hey Louis - great question - and yes, you totally can! 😄 You just need to use the buttons "code name". Instead of "p" for paragraph text, try using ".sqs-block-button-element" and then specify font size, like this: @media only screen and (max-width: 640px){.sqs-block-button-element {font-size:1.5rem!important} } Now that code is for all button types, but some buttons like lightbox forms triggers and heading buttons respond to different code names. If you need a specific one that isnt a basic button let me know, or you can download full list of those code names fvia my css cheat sheet at insidethesquare.co/css Anywho, hope that info helps!
@louispeters4518
@louispeters4518 4 года назад
@@InsideTheSquare Perfect help - thank you!
@bradleyraymondw
@bradleyraymondw 3 года назад
Hi the page /mobilemods doesnt exist
@kaetlinn
@kaetlinn 4 года назад
what if its not on the footer section, and just on the page.? what would be the code?
@kaetlinn
@kaetlinn 4 года назад
im doing my testimonial page and the paragraphs underneath my photos are big. so how would I make it small?
@InsideTheSquare
@InsideTheSquare 4 года назад
Hey Kaetlinn! Is the text under the photo a photo description or just paragraph text that you typed into a text block? Those go by different code names so I want to be sure I point ya in the right direction. Feel free to post a link to the page here or email me (hello-at-insidethesquare.co)
@kaetlinn
@kaetlinn 4 года назад
@@InsideTheSquare hi! I actually figured it out But another question, I have an image block w/ a box for the text that kind of goes over/ontop of my photo. On my mobile view, how would I make the text box smaller?
@kaetlinn
@kaetlinn 3 года назад
how do i change font size ONLY on desktop
@kaetlinn
@kaetlinn 3 года назад
without affecting mobile view
@rociototh8747
@rociototh8747 2 года назад
What If you want to change the alignment of the text on mobile?
@InsideTheSquare
@InsideTheSquare 2 года назад
Hey Rocio - great question! Same rule applies, just use text-align:center!important or whatever alignment you want to see. Hope that tip helps!
@honestlyrealco
@honestlyrealco 2 года назад
@@InsideTheSquare this is awesome additional info! I came looking for letter-spacing.... do we just add a semicolon right after the "!important}" to add additional tweaks?
@nivalngz
@nivalngz 4 года назад
Hello! I want to resize the title of my website www.adastra-productions.com because on mobile version it gets cut in half.. anything I can do to make it smaller on the mobile version only? I tried your code but I might have did something wrong.. Also I'd like to resize the Spotify Embed widget I added. How can I do? Thank you in advance, your channel is great!!
@InsideTheSquare
@InsideTheSquare 4 года назад
Hey Nival! I just took a look at your site and can see the whole title, so I'm guessing you got that one figured out ;) The Spotify one is a little tricky because its actually an , but this code will keep that limited to 90% width on all screen sizes so it might be just what you need! Give it a try and let me know how it goes ♥ {width:90%!important}
@nivalngz
@nivalngz 4 года назад
InsideTheSquare It worked very well! Wonderful! thank you very much for your time and all the sharing! 🙌🏻
@taylorwerfelmann
@taylorwerfelmann 4 года назад
@@nivalngz how did you do it? I can't figure it out lol. My title on mobile is too big too
Далее
4 Major Mistakes New Designers Make
15:24
Просмотров 2,1 тыс.
5 Squarespace Mobile Menu Design Hacks
11:41
Просмотров 7 тыс.
What size should my image be for Squarespace?
5:56
Просмотров 2,3 тыс.
Change Font Size on Mobile for Squarespace Website
3:56