TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: aidyUK on Apr 10, 11, 06:20:39 AM

Title: how to change main logo for epic rc5
Post by: aidyUK on Apr 10, 11, 06:20:39 AM
hey there u was wondering how i could change the "epic" in the epic rc5 logo for one of my own
Title: Re: how to change main logo for epic rc5
Post by: aidyUK on Apr 10, 11, 06:49:20 AM
http://infernogaming.info/ thats the url
Title: Re: how to change main logo for epic rc5
Post by: Crip on Apr 10, 11, 07:59:59 AM
Quote from: aidyUK on Apr 10, 11, 06:20:39 AM
hey there u was wondering how i could change the "epic" in the epic rc5 logo for one of my own

Change the size of your image here::
#logo a {
   position: relative;
   clear: both;
   top: 2em;
   left: -1em;
   display: block;
   width: 308px;     /** YOUR WIDTH **/
   height: 43px;    /** YOUR HEIGHT **/
   cursor: pointer;
   background: url(../images/smflogo.png) no-repeat;
}