Help > Forum > Themes & Appearance > Changing the appearance of the topic title links
Changing the appearance of the topic title links
The appearance of topic title links is controlled through CSS defined within a theme. You can edit your theme's CSS to manipulate the design of links in your forum that point to a topic.
Please follow the directions mentioned below to specifically change the size or style of the links in your forum that point to a topic. All other links would remain the same.
- Log in to your Website Toolbox account.
- Click the Integrate link.
- Click the HTML link.
- Insert the following code into the Forum Head Tag HTML Code textbox:
To make the links normal:
<style> .topic-title { font-weight: normal; } </style>
To increase the font size:
<style> .topic-title { font-size: 20px; } </style>
(Note: You can specify any font size based on your specific needs.)
- Save the changes.
CSS is used to control the style and layout of web pages on the Internet. To learn more about CSS, try the W3Schools CSS Tutorial.
If you still need help, please contact us.