Thanks for the idea. I’m pretty new at this, but it looks like the import url that is pointing to the stylesheet is correct…although I don’t know if you literally have to type in the path or this will work…
@import url(“../../../comfy/style.php”);
also, when looking at the style.php, it appears they are all pointing to the correct directory
@import url(styles/${options[‘style’]}/stylesheet.css);
_CSS;
although i’m just using the default style sheet, so would that mean i have to change the path to styles/default/$options[‘style’]/stylesheet.css);_CSS