End of Support for Joomla 3 - Forum closed
Another Color Theme
Hi there,
I would like to add another color of the css files. How should i organize that, so that i can choose the new color in the profiles?
regards
I would like to add another color of the css files. How should i organize that, so that i can choose the new color in the profiles?
regards
Last Edit:10 years 6 days ago
by enserk
Last edit: 10 years 6 days ago by enserk.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
1.) Duplicate the red.css ( just an example) from folder >> css/colors and rename it to >> mycolor.css
2.) Goto the config.xml and add the new one to the style section like this:
<fields name="Profiles">
<field name="Style" type="separator" />
<field name="style" type="styles" default="" label="Style" description="Select the style variation." />
<field name="color" type="list" default="pink" label="Theme Color" description="Select the color.">
<option value="pink">Pink</option>
<option value="brown">Brown</option>
<option value="green">Green</option>
<option value="blue">Blue</option>
<option value="red">Red</option>
<option value="orange">Orange</option>
<option value="mycolor">mycolor</option>
</field>
1.) Duplicate the red.css ( just an example) from folder >> css/colors and rename it to >> mycolor.css
2.) Goto the config.xml and add the new one to the style section like this:
<fields name="Profiles">
<field name="Style" type="separator" />
<field name="style" type="styles" default="" label="Style" description="Select the style variation." />
<field name="color" type="list" default="pink" label="Theme Color" description="Select the color.">
<option value="pink">Pink</option>
<option value="brown">Brown</option>
<option value="green">Green</option>
<option value="blue">Blue</option>
<option value="red">Red</option>
<option value="orange">Orange</option>
<option value="mycolor">mycolor</option>
</field>
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: enserk
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates