Request for Correct CSS to Hide “Set to About”

#1067914
  • Resolved Meike
    Rank Math free

    Hello,
    I am using the Pro version of your plugin and would like to hide the checkboxes labeled “set to about” and “set to mentions” in the editor interface. Could you please let me know the correct CSS code to reliably remove these checkboxes in the Pro version? I am using the plugin “Code-Snippets”. I only can handle this plugin, there I put the code.
    Thank you very much for your support!
    Best regards, Meike

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    We apologize for the issue you are facing. To hide the checkboxes labeled "set to about" and "set to mentions" in the editor interface of the Rank Math Pro version, you can use the following CSS code:

    .rank-math-meta-box .set-to-about,
    .rank-math-meta-box .set-to-mentions {
        display: none;
    }

    You can add this CSS code using the Code Snippets plugin as you mentioned. This will effectively hide those checkboxes from the editor interface.

    If you have any further questions or need additional assistance, please feel free to reply to this ticket, and a human agent from our support team will assist you further. Thank you for raising this concern!

    Meike
    Rank Math free

    Und welchen Standort wähle ich aus?

    Hello,

    You mentioned that you’re using Rank Math PRO but the account you have used to open this ticket is the Rank Math free version.

    Can you please search and forward a receipt from FastSpring.com or the email address you used to purchase so we can locate your account and verify it?

    Looking forward to helping you.

    Meike
    Rank Math free

    Hello,
    I am using my account through another Company, he also helped me with installing the pro Version. I don’t know about the E-Mail adress, I think its not mine. I already used the css Code from the Bot, I just wanted to know which „Standort“ I have to use (admin header or..)

    Hello,

    The CSS code should be applied to your theme’s style.css file.

    Here’s a guide on how to add custom CSS to your site:
    https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    Looking forward to helping you.

    Meike
    Rank Math free

    Thanks but I know how to add and already added. But in my Code snippets plugin I have to choose the „Standort“ like admin footer or header etc?

    Hello,

    You can set the “Standort” in the Code Snippets plugin to either Admin Header or Admin Footer—the CSS should run fine in both locations.

    Also, please note that the previous CSS provided by our bot may not work reliably, as the link editor checkboxes don’t use specific IDs. Instead, please try the following CSS, which works well with the Classic Editor:

    #link-options .link-is-about,
    #link-options .link-is-mentions {
      display: none !important;
    }

    Let us know how that goes. Looking forward to helping you.

    Meike
    Rank Math free

    hello! Thanks, no, it’s not working. Kind regards, Meike

    Hello,

    We might need to take a closer look at the settings. Please edit the first post on this ticket and include your WordPress & FTP logins in the designated Sensitive Data section.

    Please do take a complete backup of your website before sharing the information with us.

    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)

The ticket ‘Request for Correct CSS to Hide “Set to About”’ is closed to new replies.