• Resolved mschuetz

    (@mschuetz)


    Is there a simple way to deactivate the checkbox/text under the comments? It is irritating for users as they are not asked for email or website (fields are removed), and I disabled all cookies anyway, even if they would agree they do not receive a cookie. Or at least to change the text next to the checkbox? Thanks for a hint

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Try adding this css to remove it:
    p.comment-form-cookies-consent { display: none; }

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

    A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.

    As an alternative, especially if you intend to modify more than just CSS, create a child theme.

    Thread Starter mschuetz

    (@mschuetz)

    cool, so easy, many thanks

    Moderator t-p

    (@t-p)

    You are welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to deactivate new checkbox under comments’ is closed to new replies.