• Resolved Lars

    (@labemi)


    I have no idea why “cool timeline” plugin adds pinkish coloured menu entries and a coloured icon in wp admin. Can we please have an option for it to behave like default monochrome style as defined per admin theme? I really don’t like to have a Christmas tree in my WordPress admin.
    Thank you so much!

Viewing 1 replies (of 1 total)
  • Hi @labemi,

    Please add given below custom css to change menu color:-

    .wp-submenu a[href*="edit.php?post_type=cool_timeline"],
    .wp-submenu a[href*="post-new.php?post_type=cool_timeline"],
    .wp-submenu a[href*="edit-tags.php?taxonomy=ctl-stories&post_type=cool_timeline"],
    .wp-submenu a[href*="admin.php?page=cool_timeline_settings"] {
        color: #f0f0f1!important;
        background: #2c3338!important;
    } 

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Remove colors from admin menu entries’ is closed to new replies.