I\'m working on Squarespace for a client that needs to add special blog post that are styled different. The problems is that this template doesn\'t allow it and the client c
you can use href attr to select it
href
a[href*="http://abc.go.com"] { color: #db4344; }
link 1