• Resolved SJBaily

    (@sjbaily)


    The site is at MarlissMelton.com. It’s nearly done. Created a big banner that I ended up using as a single slide. Created a small header for the header section using the author’s tagline. I see there is a small grayish border above the header at the very top of the screen. Is there a way to remove that?
    Thanks,
    Sydney

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding this CSS:

    .header {
        border-top: none;
    }

    Thread Starter SJBaily

    (@sjbaily)

    Thanks that did the trick. I thought I had seen the border already set to 0 so figured there was something else, but I put it in the custom CSS section and added !important et voila, no ugly line at top.

    Thanks you again CrouchingBruin!!

    Thread Starter SJBaily

    (@sjbaily)

    I am marking it resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Small Border Top of Header’ is closed to new replies.