I notice that by default some page links are in BLACK (a:link {color:black;}) and that on hover it's oragne (a:hover {color:orange;}). What is the overwrite code to make a:link {color:orange;}??
Thanks,
J.
.ctabutton a {
color: #ff7e57;
}
.ctabutton a:hover {
color: #333;
}