Forum Logo Header Issue

Hello,

I have my customized forum logo here: http://www.coolosxapps.net/forums/images/a...c/site_logo.png

I have defined in the StyleVars section for the Title Image this: images/as3/misc/site_logo.png

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?

Thanks for your time and assistance in advance!

#458154

You need to edit the Style Sheet (Main CSS), look for

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

Just change site_logo.gif to the file name of your logo and make sure the width/height are correct.

#458160