Change Blog Title Size for Mobile Only on Squarespace

When you’re optimising your Squarespace website for mobile users, one of the things you might want to do is change the blog title size.

Just because you want to change it on mobile though doesn’t mean you want to change it on desktop too.

Well the good news is that you CAN change your blog title size on mobile only, you just need a little bit of code to help you out.

Watch the video

Check out the YouTube video below 👇

Navigate to your blog and switch to mobile view. Open up Google Developer Tools (Shift + Command + C) and find the block ID for your blog title.

Finding blog title CSS selector on Squarespace using Google Chrome Developer Tools

Once you have the ID, head to Website > Website Tools > Custom CSS and paste in that ID along with the following custom code:

.blog-item-wrapper .blog-item-title h1.entry-title {

font-size: 20px;

}

You then need to wrap all of this in media tags to tell Squarespace that this is only to target mobile screen sizes:

@media screen and (max-width: 640px) {

.blog-item-wrapper .blog-item-title h1.entry-title {

font-size: 20px;

}

}

Changing the Blog Title Size for Mobile Only on Squarespace

📩 Join the inner circle to get exclusive code updates


Once you’ve done that, hit save and you’ll have changed the blog title size on mobile only.


Your designer

I'm Sam, an award-winning Squarespace web designer. I have worked with every type of business, building platforms for solo entrepreneurs through to multi-million dollar corporations. If you want to discuss a potential project, you can email on sam@bycrawford.com or get in touch with me here. Alternatively, you can book in a free 15-minute consultation call here.


Want more?

Sam Crawford

This article was written by Sam Crawford, one of the world’s leading Squarespace website designers.

Sam is an official Squarespace Expert, official Squarespace Partner, official Squarespace Community Leader, official Squarespace blog contributor, official Squarespace panelist, Squarespace educator and multi-award winning Squarespace designer.

https://bycrawford.com
Previous
Previous

How to Upgrade Your Squarespace Hosting Subscription

Next
Next

How to Set Up Donations on Squarespace