Editing HTML Source

Permalink
I'm trying to get the name of my site off of the page in the Plain Yogurt theme. I know I have to remove the code from the html source, but I can't find where I can edit the html at all! I'm a newbie, so this is all fairly foreign to me, but I'm usually pretty good at figuring these things out. Obviously, I'm missing something here... Please help! The site ishttp://www.thepointchurch.org.

Thanks!

JoeKoch22
 
pixelfish replied on at Permalink Reply
pixelfish
You will find the file at concrete/themes/default/elements/header.php.

If you copy the whole themes folder first and put it in the root themes folder.

then remove:
<h1 id="logo"><!--
--><a href="<?php echo DIR_REL?>/"><?php
$block = Block::getByName('My_Site_Name');
if( $block && $block->bID ) $block->display();
else echo SITE;
?></a><!--
--></h1>
JoeKoch22 replied on at Permalink Reply
JoeKoch22
Thanks for your quick response. I'm having trouble, because when I go here:

http://www.thepointchurch.org/concrete/themes/default/elements/head...

It tells me "Access Denied." I'm the administrator of the site, so I don't know why it isn't letting me go there.
Remo replied on at Permalink Reply
Remo
because the dispatcher has to include this element. Why do you want to open this url in the browser directly?

It's part of the theme and does only work if you call it the correct way where the complete theme is displayed..
JimboJetset replied on at Permalink Reply
JimboJetset
You cannot and should not access this file directly in your browser. You will need to use a file browsing and transfer system such as an FTP client to access the file in order to make the necessary changes described above to remove the site title.
JoeKoch22 replied on at Permalink Reply
JoeKoch22
Shows you my experience :) Thanks for your help!