Hi Elizabeth,
You have to style a tag for changing style of link. Here is the example :
.buttonlt:hover {
color: #ffffff !important;
text-decoration: underline;
}
instead of this you need to reference to a tag.
.buttonlt a:hover {
color: #ffffff !important;
text-decoration: underline;
}
same for
.buttonlt a:link {
margin-top: 30px;
text-transform: uppercase;
font-size: 1.3em;
font-weight:140;
font-family: ubuntu;
text-decoration: underline;
color: #c4cacf !important;
}
Let us know how if you got any problems on this.
Thanks