Remove feedback button

  • Unknown's avatar

    Hello! I like the WordPress blog options. However, I cannot figure out how to remove my feedback button. Can you tell me how to totally get rid of the feedback button?

    WP.com: Yes
    Correct account: Yes

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Sure, I’d be happy to help you remove the feedback button from your WordPress site!

    To remove the feedback button, you’ll need to do the following:

    1. Log in to your WordPress dashboard and navigate to the “Appearance” menu.
    2. Select “Customize” to access the customization options for your theme.
    3. Look for a section called “Theme Settings” or “Additional Settings.” The name of this section may vary depending on your theme.
    4. Within this section, you may find an option to enable or disable the feedback button. If you find this option, simply uncheck the box to disable the feedback button.
    5. If you don’t find an option to disable the feedback button, you may need to use custom CSS to hide it. To do this, navigate to the “Additional CSS” section in the customization options and add the following code:

    feedback {

    display: none;
    }

    1. Once you’ve added the CSS code, save your changes and check your site to confirm that the feedback button has been removed.

    I hope this helps!

  • The topic ‘Remove feedback button’ is closed to new replies.