Turn Read More Into Button - Blog Page
Plugin Details
Turn the main blog page “read more” link into a button style.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Compatible with all Blog Layouts
Add to Custom CSS
// READ MORE BUTTON - BLOG PAGE - GHOSTPLUGINS.COM //
.blog-more-link {
color: #fff !important;
background: #000 !important;
border-radius: 5px;
text-align: center;
padding: 10px 30px !important;
margin-top: 25px;
}
// REMOVE READ MORE UNDERLINE - BLOG PAGE - GHOSTPLUGINS.COM //
.blog-more-link:after {
display: none !important;
}Customizable Options
Button Font Color
Button Background
Border Radius
Text Alignment
Padding
Top Spacing
Hide Link Underline
Notes
Compatible with all Blog Layouts
