x

How do I change the colour of hyperlinks on only one page of my website?

Hi All, 

Very grateful for any suggestions you can offer. On my website (www.piernetwork.org/guidelines) I essentially want to change the colour of the font to a different one (#3a96b8) including the hyperlinks. I know how to change the colour of the hyperlinks for the whole site, but I only want to do this for this specific page. I assume I need to use the HTML header code, but I can't figure it out. 

Thanks for your help!

480 Views
Message 1 of 3
Report
2 REPLIES 2

If you don't want anything different for hover, etc, then this should work if you add it to the header code field for that page:

<style>

#content-wrapper, a, a:hover, a:visited { color: #3a96b8 !important }

</style>

If it doesn't work you can also try it in the footer code field instead.

465 Views
Message 4 of 3
Report

Thanks for your reply. This changes the colour of the text in the navigation bar, but not hyperlinks in the text on the page. Any suggestions as to how to change this?

Thanks!

460 Views
Message 4 of 3
Report