Sitename

Permalink
Hi friends,

I am a NUB to concrete, and i was wondering about how i could avoid to display the sitename on the header of the template.

An example of what i intend to achieve is similar to this sitehttp://jimallltd.co.uk/ I wish to display a image of the website name instead of the sitename.

Thanks in advance, Help would be highly appreciated.

 
engagingit replied on at Permalink Reply
engagingit
Hi,

New to C5 as well, about 24 hours in to be precise, and asbolutely love it.

Anyway I had the same problem and discovered that if you edit the header.php file in the elements folder and delete the following line it should be gone.

'<h1 id="logo"><a href="<?php echo DIR_REL?>/"><?php echo SITE?></a></h1>'

Please someone correct me if there is another method

Thanks
Allan
ScottC replied on at Permalink Reply
ScottC
but deleting this is a little weird since the navbar uses this for positioning. Look into the styling of the h1 id of logo in the css and copy that to a more applicable attribute for say a span or something.

Protip:if you copy over the entire default directory to siteroot/themes/ you can edit it there leaving the original intact and you don't need to install the template. I did this with 5.2
engagingit replied on at Permalink Reply
engagingit
Hi, your rigth deleting is not the best, also because search engines seem to like this tag and it is an opportunity to get some vital keywords in.

I have since put it back in but essentially made it the same colour as the background using CSS and also made it smaller so it looks lime it isn't there basically, but search engines will still find it.

That way I can use my logo.

Cheers guys
Pritam replied on at Permalink Reply
Pls Pardon my ignorance, but i am currently in the process of learning CSS, hence I am unable to understand the resolution provided by you.

I did try deleting this line <h1><a href="<?php echo DIR_REL?>/"><?php echo SITE?></a></h1> from the full.php file of "The-Hobbit" theme but as you mentioned earlier, it goofs up the positioning.

I could not understand by what you meant as "Look into the styling of the h1 id of logo in the CSS and copy that to a more applicable attribute for say a span or something.

Thanx

Pritam
ClassCreative replied on at Permalink Reply
Hi,

Was looking through my clients analytics stats and saw some hits from the forum post. It's quite cool and all to see your site mentioned for inspiration. :)

http://www.jimallltd.co.uk - of course

These people have got it all wrapped up.

This was my first site built with concrete and I think it's great too.