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.
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
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.
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