Is there a way I can make a form but have it inherit my style from my website?

  • specialmoderndesign
    Asked on September 23, 2017 at 2:45 AM

    is there a way I can make a form but have it inherit my style from my website I am adding it too?

    I tried CSS to remove the shadow or adjust the input fields and I never got it to work.Is there a way I can make a form but have it inherit my style from my website? Image 1 Screenshot 20

    https://specialmoderndesign.com/brand-design/logo-brand-for-designers/

    scroll down to see the subscribe list

  • Jan
    Replied on September 23, 2017 at 3:57 AM

    I checked your webpage and I can see that you were able to adjust the background color and shadow of the Text fields. Here's a screenshot:

    Is there a way I can make a form but have it inherit my style from my website? Image 1 Screenshot 20

    If you need further help, please provide specifically what changes would you like to make so that we can provide you a custom CSS.

    Thank you.

  • specialmoderndesign
    Replied on September 23, 2017 at 8:20 PM

    i'm getting it little by little.

    I am trying to make the fields the same width

    the email one is too short and the message one is too wide

    How to make them even?

    plus- I don't think I am getting mailchimp alerts. should I get an alert from mailchimp too?



  • specialmoderndesign
    Replied on September 23, 2017 at 9:04 PM

    also- I can't find how to delete the shadow border

  • jonathan
    Replied on September 23, 2017 at 9:59 PM

    Please try injecting the custom CSS codes below into your form. This should make the input width all the same and will also remove the border around the input field.

    .form-textbox, .form-textarea {

        width: 100% !important;

        max-width: 350px !important;

    border : none !important;

    }

    Is there a way I can make a form but have it inherit my style from my website? Image 1 Screenshot 20