A picture instead the name of the site

Ivan Desbananes Posted in Technical Support 8 years ago

Is it possible to put a picture instead the simple name of the site on the top of the window ?
Thx

Replies
us Eric Croskey Replied 8 years ago

You can edit the code in themes>goblue>plugins>default>theme>page>elements>topbar.php

Look for this div and replace the second php call with your image URL code:

<div class="col-md-7 site-name text-center <?php echo $hide_loggedin;?>">
            <span><a href="<?php echo ossn_site_url();?>">***<img src="http://yourdomain.com/themes/goblue/images/image.png" />***</a></span>