GetSimple Support Forum
How can I put an Icon in Template - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: How can I put an Icon in Template (/showthread.php?tid=10797)



How can I put an Icon in Template - Leachim - 2019-04-29

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.


RE: How can I put an Icon in Template - Leachim - 2019-04-30

edit: added Screenshot


RE: How can I put an Icon in Template - Carlos - 2019-05-02

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.