Using a Logo/Image
Permalink
I want to use my logo/image instead of text for the website name. How is this possible?
I started looking through the directory structure and find it a bit convoluted.
Which Themes directory? There is one at the top level, one under conrete too
Which Themes directory? There is one at the top level, one under conrete too
sounds like you're running into the themes that ship with the core vs. the spot to add your own..
check out this part of the docs:
http://www.concrete5.org/index.php?cID=2925...
check out this part of the docs:
http://www.concrete5.org/index.php?cID=2925...
this is the code for green salad, where do it edit this?
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<!-- Site Header Content //-->
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('main.css')?>" />
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('typography.css')?>" />
<?php Loader::element('header_required'); ?>
</head>
<body>
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<!-- Site Header Content //-->
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('main.css')?>" />
<link rel="stylesheet" media="screen" type="text/css" href="<?php echo $this->getStyleSheet('typography.css')?>" />
<?php Loader::element('header_required'); ?>
</head>
<body>
is that the problem I am having?
Thanks!
Thanks!
I have been trying to figure this out for days! Thanks so much for taking the time to answer, you have no idea how much I appreciate it!
Jeanne
Jeanne
Hi there,
I am just now building a site in concrete and this really should be a basic default function. Just a toggle to use plain text or a logo file.
I am funding the standard template to serve our needs pretty well, but this logo issue stands in the way of keeping everything point and click.
Thanks for all your efforts on this product - it is awesome!
I am just now building a site in concrete and this really should be a basic default function. Just a toggle to use plain text or a logo file.
I am funding the standard template to serve our needs pretty well, but this logo issue stands in the way of keeping everything point and click.
Thanks for all your efforts on this product - it is awesome!
http://www.concrete5.org/index.php?cID=2925...