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>
The following user(s) said Thank You:
enserk
Please Log in or Create an account to join the conversation.