<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Most themes implement a functionality, where users are allowed to select link colors, and other features, etc for their themes. But, WordPress requires all stylesheets to be enqueued, and I assume we can not pass .php files in the wp_enqueue_style(); function.<div><br></div><div>So, What is the Suitable way to implement this?</div><div><br></div><div>One way would be to create multiple stylesheets, and load the one user has selected. But, what if I want to implement a feature, where user can provide the hex value for the link color. What to do then? I can not write <?php get_option('link_color') ?> in the .css files. I will be forced to hardcode it somewhere in the theme.</div>                                       </div></body>
</html>