Support themes alternative color scheme
-
Hi, i am facing a problem to set themes alternative color scheme with smof framework . How to use multiple style sheet and user can change style of theme from theme option ?
here is functions.options code
$of_options[] = array( “name” => “Theme Stylesheet”,
“desc” => “Select your themes alternative color scheme.”,
“id” => “alt_stylesheet”,
“std” => “default.css”,
“type” => “select”,
“options” => $alt_stylesheets
);how to call it on functions.php file ?
- The topic ‘Support themes alternative color scheme’ is closed to new replies.