wp-content/themes/ActiveTheme/functions.php
function custom_css()
{
?>
<style>
....
</style>
<?php
}
add_action('wp_head', 'custom_css');
wp-content/themes/ActiveTheme/functions.php
function custom_css()
{
?>
<style>
....
</style>
<?php
}
add_action('wp_head', 'custom_css');