Changing the look of your Read More button on the blog listing page can be very useful if you want this button to stand out. Learn how to customize the design of the button or edit the Read More text.
Please note: editing the look of your Read More button requires a basic understanding of HTML. For support with custom design work, connect with HubSpot designers on the Design Forum.
To customize the look and feel of your Read More button, create a CSS class that will hold the styling for the read more button. Add this class and any custom styling into your stylesheet. Here's some example styling:
.read-more-btn{ background: blue; border-radius: 10px; color: white; }
To add a custom class to your Read More button:
<a class="more-link" href="http://knowledgeqa.hs-sites.com/cos-blog/how-to-change-the-look-of-your-read-more-button">Read More</a
more-link
class with your new read-more-btn
class. The code should now look like this:<a class="read-more-btn" href="http://knowledgeqa.hs-sites.com/cos-blog/how-to-change-the-look-of-your-read-more-button">Read More</a>
On your blog listing page, you'll see a preview of each blog post with a Read More link that opens the full blog post. To to change the Read More text to another language or phrase, you'll need to edit your blog's template.
<a class="more-link" href="http://knowledgeqa.hs-sites.com/cos-blog/how-to-change-the-look-of-your-read-more-button">Read More</a>