Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #373517

    Richard R
    Participant

    http://starshieldentertainment.com/testcode/

    Please look at the placeholder in the form. Its cut off and looks bad.. I tried to find the class but i cant. please make it centered and not cut off.

    Furthermore, how do I edit the style of text inside the placeholder box? I want it bolded and italic.

    Also, Side note, I do not want the success message on my forms to come up. I jsut want them to forward to my success page. how would I turn off the message that shows up before i am forwarded

    Action items
    1. padding
    2. italic text
    3. sucsess action removal

    Thank you
    Rich

    #373528

    Thai
    Moderator

    Hi There,

    Thanks for writing in!

    Try adding following CSS under Appearance > Customize > Custom > CSS:

    .page-id-8381 input.wpcf7-form-control.wpcf7-text {
    	padding: 10px 5px !important;
    	line-height: 2.65em !important;
    	font-style: italic;
    }
    .page-id-8381 .screen-reader-response,
    .page-id-8381 .wpcf7-response-output {
        display: none !important;
    }

    Hope it helps.