Orange Sunset theme

Permalink
Hi,

I'm trying out concrete5 on my own website,http://www.prakteon.com and I chose the sunset theme - how would I go about eliminating the text that appears over the banner (the site name) by default?

Thanks a lot!
George

Zoumpoulidis
 
bryanlewis replied on at Permalink Reply
bryanlewis
go to your default.php file and open it. by default its on line 26 but you can just search for <div id="logo"><h1><?php echo SITE?></h1></div> and delete it.

I hope this helps!
Zoumpoulidis replied on at Permalink Reply
Zoumpoulidis
Yes, it is quite easy indeed - when a kind soul tells you which file does what, like you did, for example :)

I was searching for this in the wrong place - it would seem that themes are installed in the packages file, not the themes file. I located the file once I knew its name, so again, thanks a lot!