Thread Starter
DivTag
(@divtag)
Hi Nate,
Thanks for your reply, but I dont want to enqueue an actual style sheet, as I cannot use php in a .css file, I want to add CSS between style tags in the head, eg..
<style>
.background_<?php echo $background ?> {
border:2px solid blue;
}
</style>
Any ideas?
Cheers
Chris