Template --> refreshcisco007 » 20 Jun 2010, 03:28 wrote:go to the ACP, refresh template, imageset, theme and purge cache, see if that helps!
Imageset --> refresh
Theme --> refresh
Cache --> purge
nothing ......

thank for help
Template --> refreshcisco007 » 20 Jun 2010, 03:28 wrote:go to the ACP, refresh template, imageset, theme and purge cache, see if that helps!
Code: Select all
. Online (
background-image: none;
)
DoYouSpeakWak » 17 Mar 2010, 14:05 wrote:While trying to recolor this style im having a few problems. Styles is not my strong side, so i hope someone can help out.
Problem. The color is "20354C" when searching for that in the css files there is only 2 hits.
Code: Select all
.headerbar { height: 123px; background-color: #20354c; background-image: url("{T_THEME_PATH}/images/bg_header.png"); color: #FFD40F; border: 1px solid #4f91b6; }
Code: Select all
.forabg { background-color: #20354c; background-image: url("{T_THEME_PATH}/images/bg_list.png"); border: 1px solid #4f91b6; }
Iwe tried to change all of them to FFFFFF or whatever is needed. Tried to delete the background-image from all 3 codes so only background-color remained.Code: Select all
.forumbg { background-color: #20354c; background-image: url("{T_THEME_PATH}/images/bg_header.png"); border: 1px solid #4f91b6; }
In all cases. Theme,imageset,template and main cache was purged. But None of these actions have any effect. The blue remains.
Any ideas ?
Edit:Making these changes have to result in some changes. so i have to conclude that the uploaded file is not changed properly. So it might be a problem with my isp. But please dont hold back with advise
Code: Select all
#wrap {
padding: 20px 20px;
min-width: 650px;
max-width: 900px;