Show difference between levels/remove delete button.
-
yes – it still workd in 2015, WP4.1.1.
Because I needed to arrange 50+ pages over 4 sublevels I used an extra plugin to add admin css and added this to the plugins-css:
ol#cmspo-pages > li > div {font-size:16px;font-weight:900;} ol#cmspo-pages > li > ol > li > div {font-size:14px;color:#0000aa!important;font-weight:600;} ol#cmspo-pages > li > ol > li > ol > li > div {font-size:14px;color:#539300!important;} .cmspo-delete{display:none;}
This gives every level a different color and size.
This also removes the dangerously placed delete-option ??Maybe you can add it as an option?
- The topic ‘Show difference between levels/remove delete button.’ is closed to new replies.