Customizing SMF > Theme Site Themes
ProRed
Antechinus:
You don't have to. There's a select box in the portal side column. ;)
Buneduggy:
Thanks for the great theme. I have a few questions though.
Was wondering how I could center the logo?
On my frontpage with portamx installed the block font is black and I would like that to be the orange that it is when you hover over it.
Also I have a second row of menu buttons that do not have the red background, is this possible?
I have attached a screenshot and the forum is at http://www.norcalwheelers.com/forum/smf_1-1-2_install/index.php
Disregard the 1.1.2. It is running rc5 I am just not smart enough to change that. :(
usa4all:
Can anyone help me out to change the color of the black fonts as shown as in the attachment?
TX!!
'Trax':
--- Quote from: usa4all on July 06, 2012, 10:21:18 AM ---Can anyone help me out to change the color of the black fonts as shown as in the attachment?
TX!!
--- End quote ---
In the index.css file,
Find:
--- Code: ---.button_submit, .button_reset {
background: url(../images/theme/submit_bg.png) #CDE7FF;
border: 1px solid #AAAAAA;
cursor: pointer;
font-weight: normal;
}
--- End code ---
Replace with:
--- Code: ---.button_submit, .button_reset {
background: url(../images/theme/submit_bg.png) #CDE7FF;
border: 1px solid #AAAAAA;
color: #fff;
cursor: pointer;
font-weight: normal;
}
--- End code ---
This will put the submit button's font color white, just change #fff to your chosen color.
For the black titles,
Find:
--- Code: ---h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a {
color: #000000;
}
--- End code ---
and change the #000000 to your chosen color.
usa4all:
TX!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version