Forums

remove black line from header (4 posts)

  1. sophiewp
    Member
    Posted 1 year ago #

    How would I remove the black line from my header? I'm very new so please be specific for where I should insert a code, e.t.c. My site is betterdecoratingbible.com and this is my code for the header, thanks in advance!

    [Code moderated as per the Forum Rules. Please use the pastebin]

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    in style.css, remove the 'border-top' line in:

    /* This is the custom header image */
    #branding img {
    	border-top: 4px solid #000;
    	border-bottom: 1px solid #000;
    	clear: both;
    	display: block;
    }
  3. sophiewp
    Member
    Posted 1 year ago #

    Thanks so much that helped! Have a great night!

  4. alchymyth
    The Sweeper
    Posted 1 year ago #

    you are welcome ;-)

    the forum search would have helped as well, because this has been asked and answered many times before.

Topic Closed

This topic has been closed to new replies.

About this Topic