Shoutbox

K2 Default Banner - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: K2 Default Banner (/showthread.php?tid=68747)

K2 Default Banner by davidpolitis on 11-22-2006 at 09:39 AM

Hi, I was wondering if anyone knows how to remove the text from K2's Default Banner.

Thanks,
David.


RE: K2 Default Banner by ins4ne on 11-22-2006 at 02:30 PM

what is the default banner? the blue thing at the top?? post it here. maybe i can help you :)


RE: K2 Default Banner by user35870 on 11-22-2006 at 03:15 PM

Do you want to have the text completely removed? if so, do the following;

1 Open the "header.php" file in the "k2" folder.
2. Open the file and find;

code:
<h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
        <p class="description"><?php bloginfo('description'); ?></p>

3. Remove that code.

You should now no longer have text on your banner.
RE: K2 Default Banner by davidpolitis on 11-22-2006 at 07:04 PM

Thanks you heaps, would you also happen to know how to make an image being used as a banner  link to the homepage?