Add a custom css
-
Hello, i see in this plugin that i can write css style inline:
<div style=”background-color:#2c2961;text-color:#FFF;”> ###POSTTITLE###</div>
But i want to include a custom css, for example:
<style>
.headingLSG { background-color:#2c2961;text-color:#FFF; }
</style><div class=”headingLSG”> ###POSTTITLE### </div>
is this possible?
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Add a custom css’ is closed to new replies.