Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION How to add my company logo?
#2
(2016-02-21, 12:37:59)JonBoy49 Wrote: The one thing I can't find is how to simply add the company logo instead of the name.


Not quite sure what your looking for...


The site name is in the admin menu under "Settings"
there is a text field [Website Name]

On line 45, 46 of headers.inc.php in your theme folder is where your logo is displayed and can be customized.

<!-- logo/sitename -->
<a href="<?php get_site_url(); ?>" id="logo" ><?php get_site_name(); ?></a>

in style.css lines 62-79 is the format for the header LOGO

/* HEADER: logo */
header #logo {
    position:absolute;
    top:20px;
    left:0;
    font-size:35px;
    white-space:nowrap;
    color:#fff;
    font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
    text-transform:uppercase;
    text-shadow: 1px 1px 0px rgba(0,0,0, .4);
}
header #logo:link,
header #logo:visited,
header #logo:hover,
header #logo:focus {
text-decoration:none;
}

If this is not what your looking for, please provide more information Smile
Thanks,
jwzumwalt
(\__/)
(='.'=)
(")_(")
Reply


Messages In This Thread
How to add my company logo? - by JonBoy49 - 2016-02-21, 12:37:59
RE: How to add my company logo? - by jwzumwalt - 2016-02-22, 08:36:17
RE: How to add my company logo? - by shawn_a - 2016-02-22, 09:20:28
RE: How to add my company logo? - by Charpy1 - 2016-02-23, 02:49:39
RE: How to add my company logo? - by datiswous - 2016-02-23, 04:33:40
RE: How to add my company logo? - by JonBoy49 - 2016-02-23, 06:30:33
RE: How to add my company logo? - by shawn_a - 2016-02-23, 07:26:32



Users browsing this thread: 1 Guest(s)