Help > Forum > Themes & Appearance > Changing the color of posted links
Changing the color of posted links
When you insert a link into a post, event, or a message, the default link color depends on your theme and the theme colors you select. If you'd like the links to be displayed in a different color other then the default color, please follow these instructions:
- Log in to your Website Toolbox account.
- Click the Integrate link in the main menu.
- Click the HTML link.
- Paste the following HTML code into text boxes below Forum Head Tag HTML Code.
- Save your changes.
<style> .post-body-content a { color: #0068FB !important; } </style>
The above instructions will only change the color of links that appear within posts, events, and messages. Alternatively, you can change the color of all the links on the page or customize your theme colors.
In the example above, the color code (#0068FB) shown is a HEX color code. You can get the HEX representation of other colors using a color picker.
If you still need help, please contact us.