Here is you logo image: codoforum\sites\default\assets\img\general\brand.png
Open: codoforum\sites\default\themes\default\templates\layout.tpl
Here you can change it:
302 <img src="{$smarty.const.DURI}assets/img/general/brand.png" alt="codoforum logo" class="navbar-header-img">
303 <a href="{$smarty.const.RURI}{$site_url}" class="navbar-brand codo_forum_title" >{$site_title}</a>
Open: codoforum\sites\default\themes\default\less\general.less
Find, if you want to make changes on the style sheet of the logo:
361 .navbar-header-img {
362
363 width: 25px;
364 float: left;
365 margin-top: 7px;
366 }
If you ask you what are the numbers for. You should open the files with an editor like notepad++ which show your the code lines.
Here is you logo image: codoforum\sites\default\assets\img\general\brand.png
Open: codoforum\sites\default\themes\default\templates\layout.tpl
Here you can change it:
````
302 &lt;img src="{$smarty.const.DURI}assets/img/general/brand.png" alt="codoforum logo" class="navbar-header-img"&gt;
303 &lt;a href="{$smarty.const.RURI}{$site_url}" class="navbar-brand codo_forum_title" &gt;{$site_title}&lt;/a&gt;
````
Open: codoforum\sites\default\themes\default\less\general.less
Find, if you want to make changes on the style sheet of the logo:
````
361 .navbar-header-img {
362
363 width: 25px;
364 float: left;
365 margin-top: 7px;
366 }
````
If you ask you what are the numbers for. You should open the files with an editor like notepad++ which show your the code lines.