Website Building » Wix » How Do I Add a Read More Button on Wix?

How Do I Add a Read More Button on Wix?

Last updated on January 8, 2023 @ 3:49 pm

There are a couple different ways that you can add a “Read More” button on Wix. You can either use the Wix HTML Editor, or add an HTML code block.

To use the Wix HTML Editor:

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

1. Go to the Wix Editor and click on the “+” icon.

2.Select “More” and then “HTML iframe.”

3. Copy and paste the following code into the HTML iframe:

<a href="http://www.wix.com">Read More</a>

4. Save and publish your changes.

To add an HTML code block:

1.Select “More” and then “Code. Copy and paste the following code into the code box:

PRO TIP: If you are not familiar with HTML code, we do not recommend adding a read more button on Wix. You may inadvertently add code that disrupts the design of your website.
<a href="#" class="read-more">Read more</a>

To style the button, you can add a CSS class to the button element, like this:

<a href="#" class="read-more btn btn-primary">Read more</a>
Morgan Bash

Morgan Bash

Technology enthusiast and Co-Founder of Women Coders SF.