Quote:
Originally Posted by maxxamillion
how do i remove the bluepearl logo on the main image i cant find where to remove it
|
open the image in a new tab and you will know where it is, just make a new logo with the same name and file-extension and overwrite it.
my question concerns the div where the header-image (logo) is nested in:
Code:
<div style="margin:0px auto; padding-top: 10px; width: 388px;"><a name="top" href="forum.php" class="logo-image"><img src="images/Darkness3/misc/bluepearl-design-logo.png" alt="Lost Gamers Forum - Powered by vBulletin" title="Lost Gamers Forum - Powered by vBulletin"></a></div>
I want to change the highlighted attribute, but I just can't find where it's stored, when i look at the templates i only get this:
Code:
<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>