Codoforum related discussions
How to change logo of site

How do I change the logo of my codoforum?
Thanks!

How do I change the logo of my codoforum? Thanks!

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 &amp;lt;img src=&quot;{$smarty.const.DURI}assets/img/general/brand.png&quot; alt=&quot;codoforum logo&quot; class=&quot;navbar-header-img&quot;&amp;gt; 303 &amp;lt;a href=&quot;{$smarty.const.RURI}{$site_url}&quot; class=&quot;navbar-brand codo_forum_title&quot; &amp;gt;{$site_title}&amp;lt;/a&amp;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.
edited Dec 7 '15 at 12:10 pm
741
2
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft