Dear Tyrone Jones,
Because many things such as component, module, plugin,.. appeared in the template, you have to change many places (in .css file) in the template.
Each of them has the different link color.
There are two ways here:
* please check and change link color in some related places.
* change link color in whole template by editing the base.css file in "your_root_site/templates/sj_restaurant25 (sj_restaurant17)/css", find:
a {
color: #386073;
text-decoration: none;
outline:none;
}
change to
a {
color: #730103!important;
text-decoration: none;
outline:none;
}
if you do this way, it leads to effect many other link color in whole template.
You can choose one of two ways.
Thanks