Remove action menu items and table column

greetings MainWp
I want to remove posts table columns like tags, last modified…etc
And remove the Edit from action menu of each post

Hey @ehab1993

Table columns can be disabled in Page Settings: MainWP User Interface - MainWP Knowledgebase

To remove the Edit item from the ellipsis menu, add this CSS code using our Custom Dashboard extension:
.mainwp-ui #mainwp-posts-table .menu .item.post_getedit { display: none !important; }

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.