Customizing SMF > Theme Site Themes

Actualism

<< < (35/51) > >>

ChalkCat:
Sorry to ask the same question that has been asked before, but how do I remove/change the logo in 2.0.2?

Crip:
css/index.css Find:
--- Code: ---/* Banners Logos Here! */
#logo a {
position: absolute;
top: 0.84em;
right: 25px;
display: block;
width: 207px  !important;
height: 54px  !important;
cursor: pointer;
background: url(../images/art/logo.png) no-repeat;
}

--- End code ---

ChalkCat:
Thanks for the amazingly fast reply Crip!  That's great, I'll love this theme even more with my own name at the top  :D :D

ChalkCat:
Sorry, me again.  I have uploaded via FTP a new logo, which I have imaginatively named "logo1.png" into the same directory as your logo.png.  Then I modified the code to:

--- Quote ---/* Banners Logos Here! */
#logo a {
   position: absolute;
   top: 0.84em;
   right: 25px;
   display: block;
   width: 207px!important;
   height: 54px!important;
   cursor: pointer;
   background: url(../images/art/logo1.png) no-repeat;

--- End quote ---

But my logo isn't showing, I just have blank wood....  What am I doing wrong?


Edit:  Ah I've sussed it - my file was too big!  Please what's the filesize limit for this?  Thanks :)

Crip:
It shouldn't be as High as the Header.
[x]You must add your image Height & Width in the code above !important;

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version