custom-editor-style.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .edit-post-header > div:first-of-type,
  2. .block-editor-block-toolbar {
  3. display: none !important;
  4. }
  5. /* .block-library-classic__toolbar
  6. */
  7. #mceu_54-body > div:first-of-type,
  8. #mceu_54-body > div:nth-of-type(2),
  9. #mceu_54-body > div:nth-of-type(4),
  10. #mceu_54-body > div:nth-of-type(5),
  11. #mceu_54-body > div:nth-of-type(6),
  12. #mceu_54-body > div:nth-of-type(7),
  13. #mceu_54-body > div:nth-of-type(8),
  14. #mceu_54-body > div:nth-of-type(9),
  15. #mceu_54-body > div:nth-of-type(10),
  16. #mceu_54-body > div:nth-of-type(11),
  17. #mceu_54-body > div:nth-of-type(12),
  18. #mceu_54-body > div:nth-of-type(13),
  19. #mceu_54-body > div:nth-of-type(14) {
  20. display: none !important;
  21. }
  22. .edit-post-header-toolbar__left > button:first-of-type,
  23. .edit-post-header-toolbar__left > div:first-of-type,
  24. .edit-post-header-toolbar__left > button:last-of-type {
  25. display: none !important;
  26. }
  27. .edit-post-header__settings > button:first-of-type,
  28. .edit-post-header__settings > div:first-of-type,
  29. .edit-post-header__settings > div:last-of-type,
  30. .edit-post-header__settings > button:last-of-type,
  31. .block-editor-inserter,
  32. .components-panel__header ul > li:last-of-type {
  33. display: none !important;
  34. }
  35. .components-panel > div:not(:first-of-type),
  36. .edit-post-post-status > h2,
  37. .edit-post-post-status > div:nth-of-type(3) {
  38. display: none !important;
  39. }
  40. .rvy-author-selection,
  41. .rvy-submission-div > a:last-of-type,
  42. .revision-created > a {
  43. display: none !important;
  44. }
  45. #bulk-action-selector-top > option[value="submit_revision"],
  46. #bulk-action-selector-top > option[value="approve_revision"],
  47. #bulk-action-selector-top > option[value="decline_revision"],
  48. #bulk-action-selector-top > option[value="publish_revision"] {
  49. display: none !important;
  50. }