View Single Post
  #2  
Old 04-03-2018, 12:41 PM
Dinocanid's Avatar
Dinocanid Dinocanid is offline
Member
 
Join Date: Aug 2016
Location: Maryland, USA
Posts: 516
Gender: Unknown/Other
Credits: 63,643
Dinocanid is on a distinguished road
Default

Go to templates->your theme->template.tpl. In there is where you can place a logo for your site with regular html, like this:
HTML Code:
<a href='/index'><img src="IMAGE_URL"></a>
Depending on what theme you use, you might have to change it through the css instead.
__________________
Reply With Quote