- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- 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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report