Hi, I'm using the organic theme, but i think this is a more general question: How can the site title be replaced with an image? Which file has the source? Thanks!
For the default theme header image file file look at themes--vanilla--styles--default--waves.blue.gif
It is referenced to from vanilla.css in the same directory, how you change it is up to you, I only just started playing around with Vanilla yesterday. I'm pretty excited about it, it's soooo easy to use.
thanks, bob. I was able to find the image file (I'm using the organic theme, not the the vanilla one), but the text still appears. I have played with the css and made the text of the site title smaller, but I would like to replace it with an image so it can be linkable as the text is. thanks for your time.
Thanks sjeeps, have not tested yet, but that seems like it should do it. I'm sorry, Todd, what do you mean by Vanilla 1? Is this forum for Vanilla 2 (beta)?
'; and it did take away the text title like I wanted, but the logo image was not displayed (except as the background, which is where it usually is anyway). I tired:
Comments
It is referenced to from vanilla.css in the same directory, how you change it is up to you, I only just started playing around with Vanilla yesterday. I'm pretty excited about it, it's soooo easy to use.
does anyone else have a solution?
<div id="Title"><a href="'.GetUrl($this->Context->Configuration, 'index.php').'">'.$this->Context->Configuration['BANNER_TITLE'].'</a></div>';
And replace it with this:
<div id="Title"><a href="YOUR_IMAGE"></a></div>';
and it did take away the text title like I wanted, but the logo image was not displayed (except as the background, which is where it usually is anyway).
I tired:
but that also didn't work. The logo is now displayed rather nicely, but it's not linkable. Any suggestions?
Thank you, as always, for your time, I really appreciate it.
<div id="Title"><a href="'.GetUrl($this->Context->Configuration, 'index.php').'"><img src="Your_image" /></a></div>';