Changing the button colors would require some CSS code. Currently, the btn-info class is providing the button colors:
<style>
.btn-info {
color: #fff;
background-color: #your_color_here;
border-color: #your_color_here;
}
.btn-info:focus, .btn-info:hover {
background-color: #your_color_here;
border-color: #your_color_here;
}
</style>
<div class="margin-bottom-lg">
<div class="s-lib-public-side-header">
<div class="pad-bottom-sm"><i class="fa fa-th fa-lg"></i> A-Z Database List
</div>
</div>
<div class="txt pad-top-sm">Find the best law library databases for your research here!
</div><a href="/az.php" class="btn btn-info s-lg-hp-btn-section">Go to A-Z List</a>
</div>
Widgets on this page were created using LibGuide's widget tool. All widgets are assets that may be reused.