How to get rid of top part of header?

4 replies
  • WEB DESIGN
  • |
Is there a way to get rid of the top part of my header using CSS (right above THE 4-WEEK)? And not have that "horizontal line" bar showing?

4weekmeditationmentor.com
#header #part #rid #top
  • Profile picture of the author mojojuju
    Yes.

    If you just want to hide it, use display:none for whatever element displays what you want to hide.
    Signature

    :)

    {{ DiscussionBoard.errors[7664929].message }}
    • Profile picture of the author Brandon Tanner
      Look for #branding in your style.css file (line 507), and get rid of the border-top style.

      Also, the background image that's used in the header (header.jpg) appears to have a dark gradient at the top and bottom. So if you don't want the dark gradient at the top, then you will have to edit that image.
      Signature

      {{ DiscussionBoard.errors[7664997].message }}
  • Profile picture of the author Keep Trying
    Hi Brandon, thank you.

    I was able to erase that line by finding the code you suggested and then removing it.

    This is what it looks like right now, and I see what you mean in regards to the dark gradient.

    Do you know of an easy way to edit remove the dark gradient on top?
    {{ DiscussionBoard.errors[7665735].message }}
    • Profile picture of the author Brandon Tanner
      Originally Posted by Keep Trying View Post

      Do you know of an easy way to edit remove the dark gradient on top?
      Took 2 seconds to fix in Photoshop. Here ya go.
      Signature

      {{ DiscussionBoard.errors[7665776].message }}

Trending Topics