Blog - Read More Link Button
1. Plugin Info
Turn the blog post read more link into a button.
Works with Squarespace 7.1
Uses Custom CSS
2. Add this code to Custom CSS
// Read More Button - For Blog - Ghost //
.blog-more-link {
margin-top: 30px !important;
padding: 10px 30px !important;
border-radius: 5px !important;
border: 2px solid #000000 !important;
background: #000000 !important;
color: #ffffff !important;
}
.blog-more-link::after {
background: none !important;
}
3. Customizable Options
Top Spacing
Padding (Button Size)
Border Radius
Border Style
Button Color
Text Color
4. Plugin Notes
Works with grid blog layout.
Does not apply to summary blocks.
