Changing link colours

I spotted this CSS to change ALL links in my survey, whether they be in the header, question or footer ...


<style>
/*links */
a
{
color: #000000;
}
</style>

I have placed this in my Survey Settings under the HTML Head Tag and it works fine.

On one of my survey pages in the Header 2 window, I have a number of links that I would like to make a different colour. Can someone assist with the appropriate CSS please?

I am using the SSI Script PopUp function.

Many thanks.

Resolved
2 replies