I’ve matched the footer and socket backgrounds to the main content and logo areas .. but there are these black horizontal lines I’d like to delete or match colors .. also between the header and the main content.
Hey bdm55!
Thank you for using our theme.
It looks as if your background image url(“//bdmorris.com/test1/wp-content/uploads/2014/11/burt-bg-2.jpg”) has a black 1px border. This results in the black 2px lines you can see. Try to change the image to one without borders.
Best regards,
Günter
That worked … thanks
As I said .. that worked .. however .. I took a slice of that background and used it for the logo area .. but it appears lighter – any thoughts on why this would happen? Also is there a way to reduce the gap between the bottom of the header and the two containers that hold the image?
Thanks again,
Bill
Hey!
Can you please post a screenshot of the issues? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color {
background: #ffffff url(//bdmorris.com/test1/wp-content/uploads/2014/12/burt-bg-header2.jpg) top center repeat-x fixed!important;
}
Best regards,
Yigit
This worked great .. thank you.