How can I change the color for the form label text? | Community
Skip to main content
Jamie-Carey
Level 4
December 30, 2014

How can I change the color for the form label text?

  • December 30, 2014
  • 0 replies
  • 2914 views
Note: Please ensure that you have access to an experienced JavaScript developer, because Marketo Technical Support is not set up to assist with troubleshooting custom JavaScript. 

Currently the form editor only allows you to change the color of the input text, not the text labels. You can, however, drag a “custom html” block into the landing page hosting the form and use the following code as a solution:

<style type='text/css'>
form.lpeRegForm ul { color:#FFFFFF !important; }
</style>

Replace the bolded section with the color code of your choice.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.