Customizing SMF > Graphics and Templates
How to change the entire powder blue color in the default theme to purple
TheMortician4:
I am setting up another site using SMF for an all female gaming clan, and their request is to change the default color (title bar, menu bars, etc to purple.
Where in the style.css do I exactly find the controls to change the background, the menu, and the text colors?
K@:
This is for SMF v1.1.13, one assumes?
--- Code: ---/* The main body of the entire forum. */
body
{
background-color: #E5E5E8;
margin: 0px;
padding: 12px 30px 4px 30px;
}
--- End code ---
There's your background.
You'll find the file's well commented-out, so finding the bits you want to change won't be too difficult.
:)
TheMortician4:
awesome, will look now. I assume I only have to change the default=>style.css, correct?
That changes the bars? I am trying to change the bars, forgot what they are called.
K@:
Yep.
If you're not familiar with hex colour codes, just Google "Hex colours"and you'll see loads of reference sites. :)
TheMortician4:
okay that changed the main background. What I am trying to find is the area that changes all of the catalogs; ie: forum names, Block names, etc...
Navigation
[0] Message Index
[#] Next page
Go to full version