Tag Archives: marketo

How To Change Text Color on Marketo Forms 2.0

Hey! This is a pretty easy and specific post. Clearly the implications are larger and if you know CSS, then this will be super obvious. But the other day, I was trying to figure out how to change the text color in a Marketo 2.0 form. Lo and behold, there was no direct and easy answer so I thought I would outline it myself for anyone out there as clueless as me.

1. Go to the form you want to edit and select edit form. Then this pop-up will…pop-up. Obviously, yours will look different based on the what kind of form you chose and what your fields are…

marketo landing page change text color1

2. Click Next until you get to Form Theme.

marketo landing page change text color2

3. Hit the cog, which drops down into View Theme CSS and Edit Custom CSS. Select Edit Custom CSS.

marketo landing page change text color3

4. Add this custom code:

div {

color:#ffffff;

}

marketo landing page change text color4

Obviously, whatever color you want your text to be, you would replace the HEX code (after the ‘#’) with your color HEX code. Here is a good resource for more on that.

5. Select Finish and Approve and Close – or PREVIEW. My color was light blue as you can see.

marketo landing page change text color5

That’s it! There is obviously much more that can be done and if you have any other easy Marketo wins, please share or link them!