Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=1094)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,1094/image,thumb)
Based on the Classic YaBB Se theme, blues & blue gradients gives this theme a nice feel of blue plastic - tis a modern smf Theme.
- Demo (http://www.jpr62.com/theme/index.php?theme=53)
very nice bro :up:
Nice, seems like people usually forget about the YaBBSE theme :P
True they do....NOt me thought........
Hi, Although I have used SMF on many occasions I have always used the default. Changing the logo was simple. I have downloaded both tech blue and YaBB blue but would like to change the header. I am a mere mortal so in kind words (please) how do I go about it ? Maybe it will just be text or just a photo. The rest is great and just what I want but the header is the problem, not that I do not like tech blue :-) but is not quite the theme of the forum. HTML and CSS are a foreign language but I will give it my best shot.
Many thanks
Quote from: madinmex on October 22, 2008, 09:44:14 PM
Hi, Although I have used SMF on many occasions I have always used the default. Changing the logo was simple. I have downloaded both tech blue and YaBB blue but would like to change the header. I am a mere mortal so in kind words (please) how do I go about it ? Maybe it will just be text or just a photo. The rest is great and just what I want but the header is the problem, not that I do not like tech blue :-) but is not quite the theme of the forum. HTML and CSS are a foreign language but I will give it my best shot.
Many thanks
Id also like to know how to change the logo. Besides that, great theme. :)
All my logos are basically the same -- if they have one ...
#logo {
position: absolute;
top: 0px;
left: 0px;
display: block;
width: 483px; <======your image width========>
height: 116px; <======your image Height========>
cursor: pointer;
background: url(images/Your_banner.png) no-repeat;
}
After you change it, if it looks like it didn't change, clear cookies, & or disable / clear your cache do a few Hard Refresh's & Bingo!!! ;)
Quote from: Crip on May 24, 2009, 05:28:50 AM
All my logos are basically the same -- if they have one ...
#logo {
position: absolute;
top: 0px;
left: 0px;
display: block;
width: 483px; <======your image width========>
height: 116px; <======your image Height========>
cursor: pointer;
background: url(images/Your_banner.png) no-repeat;
}
After you change it, if it looks like it didn't change, clear cookies, & or disable / clear your cache do a few Hard Refresh's & Bingo!!! ;)
Thanks, it worked. :) For those that dont know, that belongs in style.css file.