Full Width Read More Button - Blog Page
Plugin Details
Turn the main blog page “read more” link into a full width button.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Compatible with all Blog Layouts
Add to Custom CSS
// READ MORE BUTTON - FULL WIDTH - GHOSTPLUGINS.COM //
.blog-more-link {
color: #fff !important;
background: #000 !important;
border-radius: 5px;
text-align: center;
padding: 10px !important;
margin-top: 25px;
display: block !important;
align-self: normal !important;
}
// REMOVE READ MORE UNDERLINE - 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
