If you go to WordPress Dashboard, Contact Form, Settings, General tab, scroll down to Global Form CSS Settings, Alternative Disclaimer Text, there is a text box where you can use text or HTML to override the default.
I apply this HTML, but when I save it, some of the HTML tags are removed.
PASTED THIS HTML:
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<p>
<b>
<style="color:#272c3f";font-size:14px;>By subscribing, you agree to receive our ministry materials and agree with our <a href="https://kingdomlearners.com/privacy-policy" style="color: #c5d64a;" >Privacy Policy</a>. You may unsubscribe at any time.</b>
</p>
</body>
</html>
AFTER SAVING CHANGES:
<title>Title of the document</title>
<p>
<b>
By subscribing, you agree to receive our ministry materials and agree with our <a href="https://kingdomlearners.com/privacy-policy" style="color: #c5d64a">Privacy Policy</a>. You may unsubscribe at any time.</b>
</p>
As you can see, the color font size and color I want to use have been removed after saving the form. What can I do to get the results I'm looking for?
Thank you so much for your help.
Best Regards,
Danny