To change color of specific link in Footer Squarespace, same as Footer on this site
First, find link you added to text, in my example, it is: /information
Next, use code like this to Custom CSS.
#siteWrapper a[href="/information"] {
color: #f93262;
}


