PDA

View Full Version : Forum List Container Background problem


Born2Die
10-17-2015, 10:25 AM
hi all,

i've got the problem that the "Topic List Container" still gets a gray background.

link to Homepage: www.expect-no-mercy.com

i've tryed a few things, but nothing seems to work.
do you may know some solutions?

kind regards
Born2Die

napy8gen
10-19-2015, 11:41 AM
It is :

.ui-widget-content {
border: 1px solid #c0c0c0;
background: #ffffff url(images/css/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x;
color: #333333;
}

overwrite it in style manager> style name> edit templates> css templates> css_additional.css
.ui-widget-content {

background: transparent none!important;

}

Born2Die
10-29-2015, 01:27 PM
thanks a lot, works like a charm.