• Hey.
    How can I change the color of links in an email from orange to another?

    This style is responsible for the color of the links:

    /* Body - Body Link */
    		#templateBody .mcnTextContent a,
    		#templateBody .mcnTextContent p a{
    			color:#ff7f50;
    			font-weight:normal;
    			text-decoration:underline;
    		}

    But the introduction and change of this code in the notification (in the Message field), or applying my own style to the tags {field_id = “3”} or {field_html_id = “3”}:

    <span style="color:#00a1cb !important;">{field_html_id="3"}</span>

    does not give any result.

    • This topic was modified 4 years, 11 months ago by vrednik.
    • This topic was modified 4 years, 11 months ago by vrednik.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Link color in email’ is closed to new replies.