How to change the logo in the header of the style "dominion"

Venom

Seasoned Veteran
Joined
Sep 12, 2012
Messages
3,798
Reaction score
0
FP$
0
ok so you cant edit the site logo in the header of this theme, even if you try refreshing the imagset.

i changed part of the code from this:

Code:
<div class="rt-block">
                        <a href="<!-- IF DOMIN_LOGO_LINK -->{DOMIN_LOGO_LINK}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" id="rt-logo"></a>
                </div>

to this:

Code:
<div class="rt-block">
                        <a href="./index.php" title="Board index" id="logo"><img src="./styles/dominion/imageset/site_logo.gif" width="149" height="52" alt="" title=""></a>
                </div>



then you can set the size by changing the width and height.

hope this helps.
 
Re: How to change the logo in the header of the style "domin

Change the code back and use the imageset options for changing the logo. That's what they are there for.
 
Re: How to change the logo in the header of the style "domin

Patrick W. said:
Change the code back and use the imageset options for changing the logo. That's what they are there for.

It's a lot easier as well
 
Re: How to change the logo in the header of the style "domin

Patrick W. said:
Change the code back and use the imageset options for changing the logo. That's what they are there for.

Dennis8162 said:
ok so you cant edit the site logo in the header of this theme, even if you try refreshing the imagset.

what i ment was, i have already tried changing it in the image set and you cannot change it that way.
 
Re: How to change the logo in the header of the style "domin

Delete the site logo.png or whatever extension.

Then upload your logo and rename it to site logo or what ever the original logo name was. 🙂
 
Re: How to change the logo in the header of the style "domin

i tried that, it still would not change, even after refreshing the style. anyways im using a different style now. 😛
 
Re: How to change the logo in the header of the style "domin

Dennis8162 said:
i tried that, it still would not change, even after refreshing the style. anyways im using a different style now. 😛

You have to refresh the style, templates, and purge the cache for any changes to be seen
 
Back
Top Bottom