GetSimple Support Forum

Full Version: picture instead of websitename as text ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I include a picture instead of just a website name as text?
thankful for an answer
You mean in default_simple template ?
Just search inside source code for
Code:
<a class="logo" href="<?php get_site_url(); ?>"><?php get_site_name(); ?></a>
and delete it or paste there an img you want to have instead of text.