Formatting Donation Forms

Options
Is there a way to change the boxes on the donation form so they don't have rounded edges? Also is there a way to justify the font to the left hand side? Currently it seems to be justified on the right hand side where the text meets the text boxes.



Thank you
Tagged:

Comments

  • Brandon Granger
    Brandon Granger Blackbaud Employee
    Ninth Anniversary Facilitator 1 Name Dropper Photogenic
    Hi Alice,



    I sent you an email offline, but I really wanted to take a look at your form online before sending a solution to your question. Lemme know if there is a URL that I can ping.
  • Brandon Granger
    Brandon Granger Blackbaud Employee
    Ninth Anniversary Facilitator 1 Name Dropper Photogenic
    Hey Alice,



    If you insert this code just below form embed code then the rounding will be removed and the labels will be left aligned.





    <style>



    &#46;BBFormContainer &#46;BBFormTextbox,



    &#46;BBFormContainer &#46;BBFormSelectList,



    &#46;BBFormContainer &#46;BBFormTextArea{



    border-radius:0px!important;



    }



    &#46;BBFormContainer &#46;BBFormFieldLabel {



    text-align: left!important;



    }



    </style>



Categories