This might be solvable through the css.
Do you have a URL for the website so I can take a quick look at it please.
Thanks
To save time, I have manually looked at the theme that you are using.
I was right with it being in the css.
Locate this file:
style.css
TAKE A BACKUP, BEFORE YOU MODIFY THIS FILE !!!
If you look at the text in this file, you will find the following:
CHANGE THIS TO SHOW THE FOLLOWING/* This is the custom header image */
#branding img {
clear: both;
border-top: 4px solid #000;
display: block;
border-bottom: 1px solid #000;
}
Save.#branding img {
border-bottom: none;
border-top: none;
}
Now go back to your website, "hard refresh" your page by holding CONTROL & pressing F5, and the new changes will be shown.
Hopefully no black boarders


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks