Hello,

I have installed the busy theme but on this products page on the left and right side, 2 pink bars appear? How do I remove them, or why are they there? I have tried figuring out when this appears, seems something with some html statement or something but could not find which one.

link => http://bit.ly/14ej2np

Comments

The issue is due

The issue is due to:

media="all"
#wrapper-inner-top {
background: #cc8e8d url(/build/colugo1/themes/busy/images/bg-main-top-low.jpg) repeat-x 0 0;
}

note the background color in use.

Great thanks!But where did

Great thanks!
But where did you find that code, i checked the style.css but it is not in there?

I saw the wrapper and there it is written =>
/* Wrappers for Background images and shadows */
#wrapper-inner-top {
background: #9AA1A7 url("../images/bg-main-top-low.jpg") repeat-x 0 0;
}

But nothing from media aswell, so it might be not the correct css or php file I am trying to edit, where did you find that pink?

Thanks again

Cheers

=-=

Ignore media="all"
That is an artifact from copy/paste from chromes developer tools.

nobody click here