Hi Juan,
Thanks for writing in! It seems your website is under construction. Please take it off or provide us the credentials in private reply so that we can check and assist you on this.
Meantime you can try this CSS to make the “Read More” link like a button :
a.read-more {
background-color: #4A521F;
color: #fff;
padding: 10px 20px;
text-align: center;
}
You might need to adjust the CSS and add some more styles to make it perfect.
Thanks