Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › How to change the orange color of the theme › Reply To: How to change the orange color of the theme
Johan,
Will do my best to help. If you are aware of where the theme directory is installed, pls find the file here –
If you know the exact color that you need and its hex value, you can just do a text replace of the current hex value of orange color (#c0442f color) in this file with the chosen one of yours. Here are some examples of hex values of 500+ colors –
http://cloford.com/resources/colours/500col.htm
So, if the first line in this file is –
a, a:active, a:visited { color: #c0442f; } /* Orange Color -present */
you would change it to –
a, a:active, a:visited { color: #999; } /* Grey color – new */
and so on for the rest of the entries. Hope this helps.