Customizing SMF > Graphics and Templates
Changing Standard Hex Colors
punchy:
Hi all,
Just a quickie, as i've not done this before and before i have a go changing every single hex number in the CSS and messing up i'd thought i'd ask here first ;)
I need to change the color of my home page forum fonts as shown below
I think its the standard color for an SMF forum, i just wanted to change the color to suit my forum a bit better
if anyone knows the hex number or where it is in the Index.css can you please let me know?
Cheers in advance
Gerry :)
Antechinus:
--- Code: ---/* the board title! */
.table_list tbody.content td.info a.subject
{
font-weight: bold;
font-size: 110%;
color: #d97b33;
}
--- End code ---
:)
MovedGoalPosts:
A good way of finding what css code is controlling an element is Firebug add on for Firefox. You'll be able to drill down through the displayed page which in turn shows you what css components are affecting things and can even try out changes in firebug before copying those permanently to your css file.
Antechinus:
TBH I don't know why so many people are keen on FireBug. I find this a lot easier to use: https://addons.mozilla.org/en-us/firefox/addon/web-developer/
Arantor:
Does that allow you to inspect elements and change them on the fly like Firebug does?
Does that give you all the network tracking that Firebug does?
* Arantor uses Chrome, all that stuff is built in anyway ;)
Navigation
[0] Message Index
[#] Next page
Go to full version