Hi mercedes benz,
Could you please post a link to the page where you’d like the changes to be applied?
The link was useful to pinpoint the html and the selectors that might eventually have to be used in the CSS to achieve the desired result. The picture can’t be of much help. I could look into the theme’s files, but I don’t know how much you’ve added to it or modified.
I’m not sure I got the problem correctly, but I managed to get rid of white border with this CSS
#header {
background-image: none;
background-color: transparent;
}
To get rid of the white border under the menu, I used this CSS on my local copy of your theme:
#maincol {
background-image: none;
background-color: transparent;
}
I hope this helps.
Thanks.
I’m using another theme now but if I return to exact I’ll make the changes.