Applet Studio

View Original

Make your Squarespace Blog Page Layout Stand Out (CSS Snippet inside)


Make your blog page stand out


Are you limited by how your Squarespace blog page layout looks and feels? Yes, you can tweak text alignment, decide if you want to show meta like description or the “Read More” link and adjust many other things, but what if you wanted to hide images altogether? Or make the blog post grid on your Squarespace website look like a listing of stylish cards? Especially if you have several blogs and use one for something else than a straightforward blog - like a listing for featured works, upcoming shows, or masterclasses, or something else altogether.

In this short article, we’ll share code snippets that will turn your blog homepage layout into a stylish listing for anything you desire. The snippet is formatted in a way where it inherits as much of the website themes as possible, making it super easy to simply plug and play. Let’s get started!

Step one. Targeting the proper blog page

First, a few words about the blog layout. For best results we suggest you set it to Basic Grid Blog with 3 columns per row or as side by side, although this snippet works with any layout options.

If you have more than one blog page, it can be named something different than a “Blog” - just look for a page with a fountain pen icon next to it, like this one ✒️. If you have more than one blog page and want this style to apply to all of them, repeat the actions below for every blog page where you want this style to apply.

Add this code to the blog page:

  1. Click the gear icon ⚙️ next to the blog page title. 

  2. Click Advanced and then select “Page Header Code Injection”.

  3. Paste the following code there.

See this content in the original post

Step two. Adding the stylesheet

Add this CSS (LESS) code to your website. To do that, navigate to Pages -> Website Tools -> Custom CSS and add the below code:

See this content in the original post

Feel free to tweak it however you like to get different colors, fonts, etc. If you know nothing or very little about CSS, get started by downloading our free Squarespace CSS cheat sheet here. At the very top of the CSS code we declare a @radius variable to make it easier for you to adjust the radius of the cards’ rounded corners.

If you want to learn more about using CSS in Squarespace to build websites that really break out of any Squarespace design limitations, check out our Squarespace CSS Mastery class where we teach you everything you need to know to start designing more freely with Squarespace.

Cheers!


Save for later on Pinterest