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 WordPress Management
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; }

