Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    The implementation is simple:

    1. Please, select the calculated field, and assign to it a class name, for example: my-class

    Note: the class names are assigned to the fields through the attribute: “Add Css Layout Keywords”

    2. Insert a “HTML Content” field in the form, and enter, as its content, the piece of code:

    <style>
    .my-class input{
    background: transparent !important;
    border: 0 !important;
    font-size: 32px !important;
    color: #CCCCCC !important;
    font-weight: bold !important;
    }
    </style>

    Of course in the previous style definition you should use the css rules you prefer.

    and that’s all.
    Best regards.

    Thread Starter tda325

    (@tda325)

    Thank you very much.. I have responded twice to your notification email with the example of my custom code two days ago (and received the auto confirmation that your support system received my email- support request #599343), but have not yet received any instructions as to where to download the custom code (and platinum edition of the plugin included in the purchase), and how to implement into my site. Please send that at your earliest convenience.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    We have send you the files twice but seems that you haven’t received them.

    Please check the answers and the files accesing your support ticket at:

    https://www.hotdreamweaver.com/support/

    Let us know if you need further assistance.

    Thank you!

    Thread Starter tda325

    (@tda325)

    I see it in the support thread now, though for some reason I never received the email. I’ll get on it. Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove box and background from calulated fields’ is closed to new replies.