Archived topic
Remove "Contained" option from the Content Container metabox dropdown
3 replies · Started by George on October 27, 2020
Viewing posts 1–4 of 4
Is there a way to remove "Contained" option from the Content Container meta box dropdown for ALL users? I do not want this option to be available from the admin metabox dropdown.
Hey George,
You would need to add this CSS to the admin:
select#_generate-full-width-content option[value=contained] {
display: none;
}
Hope it helps :)
It worked, Tom, thanks!
No problem! :)
This archived topic is closed to new replies.