PHP fushion header editing, how?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    PHP fushion header editing, how?

    Hello,
    i want to change my header
    its quit so big, or i want to replace it with other content, how i can to do it?

    if you dont understand, i need to edit this:


    Uploaded with ImageShack.us

    #2
    First resize your header.png
    then edit this part at your css

    .full-header {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : #FFF;
    background-image:url(images/header.png);
    height:216px;
    padding : 0px;
    }

    change the height according to your image. or just to fit to what you like.
    Did I help you?
    You can help me too
    Your donations will help me finance my studies.

    Comment


      #3
      First resize your header.png
      then edit this part at your css

      .full-header {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 10px;
      color : #FFF;
      background-image:url(images/header.png);
      height:216px;
      padding : 0px;
      }

      Comment

      Working...
      X