Forum Logo Header Issue

Hi,
I am using vB 3.7.3 with Aqua-Soft skin. I have my own customized forum logo.

I have defined in the StyleVars section for the Title Image this: images/as4/misc/vbulletin3_logo_white.gif

However, I have cleared my cache and saved it several times, and it is still not updating. Instead, it is just showing the old logo.

What do I need to do in order to get it to show the updated forum logo?

From Aqua-Soft.org a similar thread Forum Logo Header Issue - Aqua-Soft Forums , dey r telling to edit the Style Sheet (Main CSS), look for

Code:
#toolbar #tbhome a, #collapseobj_toolbar #tbhome a { background: url(images/as3/site_logo.gif) no-repeat; height: 55px; padding: 0; width: 170px; }

But I didnt get anything like that on Main CSS. Anyone please help me.

:(
 
AS4 doesn't use the vblogo image. the one that displays on the site is called toolbar_logo.png and its in the global folder under the images/as4/global. A call to that image is in the source so you should be able to find it.

HTH
 
Thanks a lot. Problem solved. But ve another problem. Using firefox, or any mozilla base browser, I cant see my forum's header toolbar icon. But using Opera, Safari, IE I can see half of da icon. Here is the screenshots.

Using Firefox:




Using Opera/Safari/IE:




What's the problem here?
 
Back
Top