Theme4Press › Forums › evolve › Change background and font color for "Learn More" button in the Front Page Boxes › Reply To: Change background and font color for "Learn More" button in the Front Page Boxes
insert in the Custom CSS field for example:
.content-box .read-more { background: #555; color: #fff; }
to link a button you can use for example:
<a class="read-more btn" href="http://example.com/your-page">Learn more</a>
Your Email Address (required)