J1.5:Customising the JA Purity template/customisations/Adding or changing a header colour scheme
From Joomla! Documentation
< J1.5:Customising the JA Purity template | customisations(Difference between revisions)
Williamstdd (Talk | contribs) (New page: Header color schemes are kept in the directory /ja_purity/styles/header. Editing the CSS file will change the colors. To add a new color scheme: 1) Create a new directory under /ja_purit...) |
Williamstdd (Talk | contribs) |
||
| Line 2: | Line 2: | ||
To add a new color scheme: | To add a new color scheme: | ||
| − | + | <OL> | |
| − | + | <LI>Create a new directory under /ja_purity/styles/header called by your color's name (i.e. gray).</LI> | |
| − | + | <LI>Copy all the contents (including sub-directories) of one of the other directories (i.e. blue) into this directory.</LI> | |
| + | <LI>Edit the style.css file to have the colors you want. For instance the following changes will make a readable set of colors:</LI> | ||
#006699 -> #CCCCCC; | #006699 -> #CCCCCC; | ||
#C3DFED -> #444444; | #C3DFED -> #444444; | ||
#1E7CAB -> #BBBBBB. | #1E7CAB -> #BBBBBB. | ||
| − | + | <LI>Edit the images to make them the colors you want.</LI> | |
| − | + | <LI>Select the color for your new directory in the template manager.</LI> | |
| − | + | </OL> | |
Remember to religiously refresh. reload, etc. to get the colors to show up. | Remember to religiously refresh. reload, etc. to get the colors to show up. | ||
Revision as of 22:25, 26 May 2009
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Header color schemes are kept in the directory /ja_purity/styles/header. Editing the CSS file will change the colors.
To add a new color scheme:
- Create a new directory under /ja_purity/styles/header called by your color's name (i.e. gray).
- Copy all the contents (including sub-directories) of one of the other directories (i.e. blue) into this directory.
- Edit the style.css file to have the colors you want. For instance the following changes will make a readable set of colors:
- Edit the images to make them the colors you want.
- Select the color for your new directory in the template manager.
#006699 -> #CCCCCC; #C3DFED -> #444444; #1E7CAB -> #BBBBBB.
Remember to religiously refresh. reload, etc. to get the colors to show up.
