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]
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;
}
sophiewp
Member
Posted 1 year ago #
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.