Tagged: CONTACT FORM
I can change the size and color of the submit button but I need to change the text from “Submit” to “Request Your Demo”
Please help
Thanks
Hey freshwebsitesla,
You can change the “submit” text from within the editor:
To change the color please try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.page-id-632 .main_color input[type='submit'] {
background-color: red !important;
}
To change the size please try this css:
#top.page-id-632 .main_color input[type='submit'] {
width: 200px !important;
height: 150px !important;
}
}
Best regards,
Mike