Um, that’s actually what I meant by “I don’t have all of the necessary skill.”
I have the basic idea and I know how to code the basic framework, but I have no clue how to optimize it and the like.
The way it works right now is that it simply stores the Color information in one database row and the style information in another and then simply includes layout.php and color.php into the header as a style tag.
color.php and layout.php look like:
html { background-color: <?php get_css_pageback(); ?>; }
I have the concept in my head and a good idea of where to take it, but not the technical expertise to accomplish it. My forte is marketing and branding. I can code to an extent, but when things start getting complex, my brain shuts off. ??