• sophiewp

    (@sophiewordpress)


    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]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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;
    }

    Thread Starter sophiewp

    (@sophiewordpress)

    Thanks so much that helped! Have a great night!

    you are welcome ??

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove black line from header’ is closed to new replies.