• Hi,
    I have been looking for a way to change the site title with a logo (pic) for some time now.. and every time i thought i found something it was very complex for my basic php knowledge.
    Can anyone here help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • @raybanm

    If you have limited css knowledge I’d suggest using an image replacement method, how example say you know that your logo was within the tag #header and was in the only h1 tag present which in tern contained an anchor tag you could do something such as.

    #header h1 a {
    width: 300px;
    height: 150px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    background: url(images/logo.png);}

    This may not fit your needs exactly but I’m sure something similar may suit you.

    ^JD

    please post a link to your site to illustrate what theme you are using and what structure your site’s header has.

    Thread Starter raybanm

    (@raybanm)

    First of all, Thank you both for the quick replies.
    Second, my site is currently not online and only local because i’m still trying to understand the basics of WP, PHP etc..
    I’m using the Twenty Eleven theme (1.3) (if you have a better one to recommend me for learning, that also will be great).
    The WP version is 3.31

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing logo.’ is closed to new replies.