This is a super quick CSS fix for Divi, the awesome theme from Elegant Themes. Ever notice those odd bits of code underneath your comment box? Want to make them go away WITHOUT having to edit the PHP of your core WordPress file? You can do it in just one step:
Here’s how your comment box looks before you do any tweaks or changes:
Go to your “Divi Theme Options Page” (you can find it in the “Appearance” menu). Scroll to the bottom and insert the following into your “Custom CSS” section and click save:
p.form-allowed-tags {
display: none;
}
And voila! Your comment box is now neat and tidy.