Help > Forum > Themes & Appearance > Adding an image to the category title
Adding an image to the category title
You can add an image or icon in the category title by following the instructions below:
- Log in to your Website Toolbox account.
- Click the Categories link.
- Click the Manage link next to the category you want to edit.
- In the Manage menu, click the Edit link.
- Add the following code before the category title and replace the text Image URL in the code with the web address of the image you want to use. If you don't already have a web address for the image, you can upload it to a hidden category to get its web address.
- Save the changes.
<img src="Image URL" style="width: 40px; height: 40px; margin-right: 5px;">
You can add border-radius: 40px; to the style attribute if you want to make the image round.
The recommended size for the category image is 200x200 pixels. Although, you can use a bigger or smaller size image, as it will automatically be resized.
Note that the path to your image should begin with https://. If it does not, you need to upload your image to the forum so that the image has a URL that you can use in the HTML code.
If you still need help, please contact us.