Viewing 4 replies - 1 through 4 (of 4 total)
  • Interesting, the site content is all in English except for the comment area, which is in Danish.

    The HTML that you see is a note to the person entering a comment as to what HTML tags are allowed in comments. For example, if the comment author wants to make something bold, they can use the < strong > tag.

    If you want to hide that section, and not let your guests see what HTML tags they can use, you can add this rule to the end of your child theme’s style.css file, or with a CSS plugin like Jetpack or Custom CSS Manager:

    #form-allowed-tags {
       display: none;
    }

    Thread Starter adg79

    (@adg79)

    Thank you for your quick reply! I have now installed Jetpack, but cant seem to get it to work. Is it in the CSS Stylesheet Editor I should write this: #form-allowed-tags {
    display: none;
    }?

    Thank you!

    A

    From the admin dashboard, go to Jetpack → Settings and look for the Custom CSS option. Click the Activate link for that option. You will then see a menu item under the Appearance menu called Edit CSS. Click on that option You want to copy & paste that rule at the very end, after that long comment at the top of the field.

    Thread Starter adg79

    (@adg79)

    Thank you! It worked! Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Weird html below comment box’ is closed to new replies.