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

    Hi.

    As the tile suggests:

    “Advanced Layout Builder” appears after each page title in the list of All Pages and after varies other areas of the admin, it is extra annoying where it is after every menu item when adding new menu items.

    I have checked the forums and also trued this thread but that broke the site.

    #1207281

    Hey mmsdev,

    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>';
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1207407

    Hi,

    Thanks but that did nothing, tried it in the functions.php in my child theme and even tried it in Enfold > functions.php

    No change, I am sure I am not the only person ever to as ask that this be removed or hidden some how.

    #1208241

    Hi mmsdev,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.