Visit my blog for more details. In the post, I want to replace the link with a button.
I am looking to enhance my code by adding a hover button similar to this example.
.readmorecontent a {
color: #008800;
float: center;
}
<span class="readmorecontent"><a href="http://urstrulyvijay.blogspot.in/2016/06/green-apple-is-best-fruit-to-eat-in-all.html">Full Details→</a></span>
This is how my theme/template code looks like:
<span class='readmorecontent'><a expr:href='data:post.url'>Full Details→</a></span>
.readmorecontent a {
color: #008800;
float: center;
}