Hi Richardson,
The code is not working because of the text instead of sign. See screenshot: http://prntscr.com/jhyxvc
Please, update the code:
.email-verification .btn-default {
color: #fff !important;
}
.top-cart ul.top-nav > li > a,
.top-cart ul.top-nav > li:hover > a,
.top-cart ul.top-nav > li:focus > a {
color: #fff;
}
To:
.email-verification .btn-default {
color: #fff !important;
}
.top-cart ul.top-nav > li > a,
.top-cart ul.top-nav > li:hover > a,
.top-cart ul.top-nav > li:focus > a {
color: #fff;
}
.tospanel .panel-body a {
color: #ff6c3a;
}
Best Regards,
ThemeLooks Support Team