Site logo

[Resolved] Remove “Contained” option from the Content Container metabox dropdown

Home Forums Support [Resolved] Remove “Contained” option from the Content Container metabox dropdown

Home Forums Support Remove “Contained” option from the Content Container metabox dropdown

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

    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.

    #1508173
    Tom
    Lead Developer
    Lead Developer

    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 🙂

    #1508175
    George

    It worked, Tom, thanks!

    #1508276
    Tom
    Lead Developer
    Lead Developer

    No problem! 🙂

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