• Resolved dino0726

    (@dino0726)


    Hi there – At the bottom of my About and Contact pages (https://www.fictionzeal.com), there is a code showing as follows:

    You may use these HTML tags and attributes:

    `<a href=”” title=””> <abbr title=””> <acronym title=””> <b>
    <blockquote cite=””> <cite> <del datetime=""> <em> <i> <q cite=""> <strike> <strong></p>
    <p>Is that supposed to be there? If not, what should I do concerning it?</p>
    <p>Thank you for any help you can provide.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Some themes include this code, it is not an error. In case you want to remove it you can add this to your Custom CSS plugin:

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

    That is to let people leaving comments know which HTML they can include in the comment form.

    As kaniamea said, you can hide it with some custom CSS.

    Don’t edit the theme files directly, otherwise your changes will be overwritten when the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Thread Starter dino0726

    (@dino0726)

    Thank you both so much! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Code showing at bottom of About and Contact tabs’ is closed to new replies.