Support » Theme: raindrops » removing black header bar above header pic

  • Resolved dpao

    (@dpao)


    Hi
    I am using the raindrops theme and I want to get rid of the margin at the top (it is a black header bar) so that my header picture goes to the top.
    How do I do this?
    you can see what I mean at
    http://www.drdavidpaolini.com

    I also want to get rid of the part that says leave a reply and gives an area to post
    Please help
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Quite strange the way it’s built… A quick way of getting rid of the bar on top is to give a negative value but it’s not clean CSS…
    #header-image {margin-top: -75px;}

    As for the comment section, you may have a look at: http://en.support.wordpress.com/enable-disable-comments/

    Cheers

    Thread Starter dpao

    (@dpao)

    Worked like a charm
    Thanks!

    You’re welcome 🙂

    just saw this posted, don’tknow if closed or not, but where exactly do I enter/change this code? Looked in editor under header.php,css, not sure where code is to be changed. Very new to wordpress, always used dreamweaver.
    Thanks

    The post I saw is listed below

    Quite strange the way it’s built… A quick way of getting rid of the bar on top is to give a negative value but it’s not clean CSS…
    #header-image {margin-top: -75px;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘removing black header bar above header pic’ is closed to new replies.