WordPress help needed

Discussion in 'HTML & Website Design' started by TeamEvox, Apr 24, 2009.

  1. #1
    Ok, so i own a wordpress site and am really confused about how to change the banner and add custom icons etc,etc

    So my site is:
    www.rolfcopter.com

    and i want it to have a design like this sites;

    www.pictureisunrelated.com

    If you could help i would really appreciate it and put your name in the footer of the site :D
     
    TeamEvox, Apr 24, 2009 IP
  2. gummyworms

    gummyworms Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    give me a minute to download your theme or you can give a copy of it
     
    gummyworms, Apr 24, 2009 IP
  3. gummyworms

    gummyworms Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    ok i offer two solutions

    one is a very boring way of editing the header.php to replace the title text with a banner much like what i did here. http://covenant.isgreat.org/ Notice the banner doesnt merge completely, so you would need to spend some time make the banner look good

    The other solution is easier. after you get rid of the title text, instead of putting in your banner you edit theirs.

    Notice http://rolfcopter.com/wp-content/themes/inove/img/header_footer.jpg this is the banner they used

    Just use a photoediting software to edit that and reupload to your server.

    I hope you like these two suggestions if you need more help please ask
     
    gummyworms, Apr 24, 2009 IP
  4. Dee2007

    Dee2007 Active Member

    Messages:
    1,185
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    88
    #4
    Hi

    Just noticed you got a reply already :)

    Dee
     
    Dee2007, Apr 24, 2009 IP
  5. Raboo

    Raboo Member

    Messages:
    211
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    45
    #5
    Raboo, Apr 24, 2009 IP
  6. TeamEvox

    TeamEvox Peon

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yeah, i do.
     
    TeamEvox, Apr 26, 2009 IP
  7. firstlove2233

    firstlove2233 Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    ok i offer two solutions

    one is a very boring way of editing the header.php to replace the title text with a banner much like what i did here. ~Notice the banner doesnt merge completely, so you would need to spend some time make the banner look good

    The other solution is easier. after you get rid of the title text, instead of putting in your banner you edit theirs.

    ~this is the banner they used

    Just use a photoediting software to edit that and reupload to your server.

    I hope you like these two suggestions if you need more help please ask
     
    firstlove2233, Apr 26, 2009 IP
  8. FlashDriveDT

    FlashDriveDT Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yeah, find or make a header image you like better and upload it to the same location the current header is in (should be http://www.rolfcopter.com/wp-content/themes/name of your theme/images/). It doesn't have to be the same file name as your current header in case you want to revert back to it someday. Just make sure you insert the different file name correctly in the wordpress stylsheet editor (style.css). It should look something like this:
    /* Header */
    #header {
    width: 907px;
    height: 300px;
    background: url("images/your file name.jpg") no-repeat;
    position: relative;
    }
    Hope this helps.
    ~DT
     
    FlashDriveDT, Apr 26, 2009 IP