Customizing SMF > Theme Site Themes

Black Ibz

<< < (4/5) > >>

lucas-ruroken:
SMF 2.0.2 Compatible


--- Quote from: BCK on February 12, 2012, 11:57:57 AM ---great looking theme:

at the bottom of forum it shows [black ibz designed by smf personal] which is great..but at the top right corner in header area..can I change the black ibs to my forum name, and keep the font style you used.if so,,how plz..thx in advance...

--- End quote ---

Of course ;)

Sulfur:
Hi

Great theme, I'm using it in my forum, only have one downside



the password is in white witth white letters, is there a way to change that?

Adk-Team:
Test

in index.css (line 2604)

--- Code: ---.valid_input
{
background-color: #f5fff0;
}
.invalid_input
{
background-color: #fff0f0;
}

--- End code ---

replace
#f5fff0
and
#fff0f0

with #111111

bluebirdbus:
Love the theme but is there a way to make the header2_bg/header3 area taller, say 200 px?

ARG:

--- Quote from: bluebirdbus on May 17, 2013, 01:19:44 PM ---Love the theme but is there a way to make the header2_bg/header3 area taller, say 200 px?



--- End quote ---

For this particular theme it seems as the size is in index.template.php. Not really sure why?


--- Code: ---<td style="width: 100%; background-image: url('.$settings['images_url'].'/skin/header2_bg.gif);"><img border="0" src="'.$settings['images_url'].'/skin/header2.gif" alt="*" width="571" height="60" />
--- End code ---

Change the  height="60" to your desired height. Keep in mind that you may have to make image alterations as well. Also keep a backup of your file before making changes.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version