Skip to content
All Answers
Blog

How do I style the Read More link on blog posts in Squarespace?

The Read More link on blog listing pages uses the .blog-more-link selector. You can style it as a button, an underlined link, or any custom design you want.

Converting it to a button-style link makes it more clickable and visible. Add padding, a background color, and a hover effect for a polished look.

/* Button-style Read More */
.blog-more-link {
  display: inline-block;
  background-color: #1a1a2e;
  color: #ffffff !important;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 13px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  transition: background-color 0.3s ease;
}

.blog-more-link:hover {
  background-color: #e63946;
  color: #ffffff !important;
}
Design your Read More button with our Button GeneratorTry it free →

Related Questions

Blog

How do I add a sidebar to my Squarespace blog?

Blog

How do I change the blog post title size in Squarespace?

Blog

How do I hide the date on blog posts in Squarespace?

Blog

How do I style blog category tags in Squarespace?

A little over your head?

No shame — this stuff is hard. Let the pros handle it.

Long Drive MarketingTalk to Long Drive Marketing →