I’m afraid you can’t change the html template. But you can override the css stuff by creating a Text Widget and entering the css, for example:
Code:
<style>
body{ background-color: red; !important }
</style>
For a red background!
Experiences of a ^^^
I’m afraid you can’t change the html template. But you can override the css stuff by creating a Text Widget and entering the css, for example:
Code:
<style>
body{ background-color: red; !important }
</style>
For a red background!
0 Responses to “Override the default CSS at SensualWriter”