Skip to content

Instantly share code, notes, and snippets.

View hrtovey's full-sized avatar
🎉

Heather Tovey hrtovey

🎉
View GitHub Profile
@hrtovey
hrtovey / read-more-code.txt
Created April 2, 2018 03:56
Manually inject Read More link using button styles after blog post excerpt.
Small Button
<div class="sqs-block button-block sqs-block-button BlogList-item-excerpt"><div class="sqs-block-content">
<div class="sqs-block-button-container--center" data-alignment="center" data-button-size="small">
<a href="{permalink}" class="sqs-block-button-element--small sqs-block-button-element" data-initialized="true">Read More</a>
</div></div></div>
-----------
Under Design > Style Editor > Blog: List > Read More Link, choose Hide to hide the default Read More link.