Okay so I have 1 more question if I may.
I’ve copied the full css from the element in firebug which is
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
#mc_embed_signup h2 {
font-size: 1.4em;
font-weight: bold;
margin: 15px 0;
padding: 0;
and I changed the font-size to 1.8 and changed the color of the heading text as follows
#mc_embed_signup h2 {
font-size: 1.8em;
font-weight: bold;
margin: 15px 0;
padding: 0;
color: #3580b2;
The color change is great but the font-size change isn’t working. In firebug if I change the font-size to 1.8em it looks perfect but it’s not working through Jetpack css editor. Any thoughts?