Hello,
Thank you for contacting Rank Math.
You can add this filter to your website to hide that section from the Overview:
add_action( 'admin_footer', function() {
?>
<style>
.rank-math-blog-title, .rank-math-blog-list {
display: none !important;
}
</style>
<?php
} );
Here is a guide you can follow to add the filter:
https://rankmath.com/kb/wordpress-hooks-actions-filters/
Hope this helps.
We look forward to helping you.
Thanks a lot, i have tried it using admin_head and was able to hide all except rank-math-blog-title
but your way fixed that
Hello,
We are super happy that this resolved your issue.
If you have any questions in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.