GetSimple Support Forum

Full Version: How can I put an Icon in Template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there!

I use the Dimension Theme and I like to add our logo in the middle of the Circle in the theme (look at the picture).
The Theme uses Fontsawesome and there was a diamond as Icon. I saw the code in the template:

id="header">
<div class="logo">
<span class="fa-diamond"></span>
</div>

So now I want to change the diamond icon in something else, how can I do it? The fontsawesome-Code does not work or I put it the wrong way, can smb. help me? What I have to do?

Thank you for reading my post :)
and I hope smb. can help me.
edit: added Screenshot
I suppose you can replace <span class="fa-diamond"></span> by an image tag (<img src="YOUR_IMAGE_FILE" />)

Anyway you should have asked in the theme's support thread.