What is the CSS code to add a $ sign at the start of the number in the Paypal total field?

  • Eyebar
    Asked on March 10, 2017 at 4:50 PM

    What is the CSS code to add a $ sign at the start of the number in the Paypal Widget box?

     

    Ian

  • Jan
    Replied on March 10, 2017 at 6:30 PM

    Please try to inject this custom CSS

    #cid_111 span.form-sub-label-container::before {
       content: "$";
       font-size: 15px;
       left: 3px;
       margin-right: -10px;
       position: relative;
    }

    #cid_111 input[data-custom-amount-field] {
       padding-left: 1em;
    }

    Here's the result:

    What is the CSS code to add a $ sign at the start of the number in the Paypal total field? Image 1 Screenshot 20

    Hope that helps. Thank you.

  • Eyebar
    Replied on March 10, 2017 at 6:45 PM

    Thanks Jan, that did the trick.

     

    Can you please have a look at another question about something else that I posted here

     

    Ian

     

  • Jan
    Replied on March 11, 2017 at 4:48 AM

    Glad to hear that.

    Please wait for our reply on that thread. We'll attend to your issue shortly.

    Thank you.