• 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)
  • Plugin Author gopiplus

    (@gopiplus)

    If we add custom css in the email, we have add the CSS link in the email. To avoid this CSS link in the email, i have chosen inline css option.

Viewing 1 replies (of 1 total)

The topic ‘Add a custom css’ is closed to new replies.