Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1202934

    The editors used are displayed in the menu overview.
    how can I hide these ads?

    #1202935

    Menu overview in the backend shows all used editors

    #1203583

    Hi bachsinger,

    Sorry for the problem and for the late reply. I don’t have a solution for that at the moment unfortunately, but I’ve asked the rest of the team to have a look as well. Please reply to this thread so that your thread gets added back to our support queue.

    Best regards,
    Rikard

    #1203761

    Hi!

    Here is the code you can put in your funtions.php

    
    add_action('admin_head', 'my_custom_css');
    
    function my_custom_css() {
      echo '<style>
    		.menu-edit  .item-type.item-type-default {
    		    display: none;
    		}
      </style>';
    }
    

    Sorry the style gets invisible, here is the code

    add_action(‘admin_head’, ‘my_custom_css’);

    function my_custom_css() {
    echo ‘

    ‘;
    }

    If you need further assistance please let us know.
    Cheers!
    Victoria

    • This reply was modified 4 years, 7 months ago by Victoria.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.