Skip to:
Content
Pages
Categories
Search
Top
Bottom

Header dimensions?


  • osasko
    Participant

    @osasko

    Hi,

    I would like to change the default “Blue” color on Bp 1.2 with my own color/picture.

    What dimensions should that be? (Width by Height)?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)

  • Enrico
    Participant

    @sulley

    You have to change ‘bp-default/images/default_header.jpg’ pic (10×200 px)

    #header {
    position: relative;
    color: #fff;
    background: url( ../images/default_header.jpg);
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    margin-bottom: 20px;
    height: 100px;
    padding-top: 25px;
    }

    Its width is dependent on body’s width

    body {
    min-width: 960px;
    max-width: 1250px;
    }


    Mike
    Participant

    @suchaqd

    You can also go to go to your Dashboard >> Appearance >> Custom Header >> upload your 1250x125px header image (and maybe hide the text), which will include your new background image + logo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header dimensions?’ is closed to new replies.
Skip to toolbar