Active
Project:
Busy
Version:
7.x-1.4
Component:
Theming
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2011 at 16:26 UTC
Updated:
15 Apr 2012 at 13:45 UTC
Jump to comment: Most recent file
Hi there,
I am using black and white configuration in busy 7.x-1.4. When the content on the page is long, the background color changes in the middle part. I couldn't figure out the reason when digging the code.
Attached is a screenshot.
Any help is appreciated.
Thanks,
Milo
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Unbenannt-2.jpg | 328.74 KB | dakandi |
| Screen Shot 2011-12-19 at 11.00.49 AM.png | 135.41 KB | hoyomi |
Comments
Comment #1
tenhouse commentedDon't know if you still need help, but I fixed this problem yesterday - at least I think we're talking aobut the same thing use this in the correct css file (replace the old #wrapper-inner-top - it's just the BG color which I changed):
#wrapper-inner-top {
/* replaced bg color, because it was wrong for long sites */
background: #9AA1A7 url(/sites/all/themes/busy/images/bg-main-top-low.jpg) repeat-x 0 0;
}
Comment #2
dakandi commentedthis code dosen´t help, look the same :/ #9AA1A7 change automatically to #7E7E7E
Comment #3
JohnDigger commentedi had the same problem and fixed it by changing the css as mentioned before but the style.css file was not
/sites/all/themes/busy/css/style.css
but
/sites/default/files/color/style.css
don't know how it got there probably something to do with the color definitions.