hide default post type

Posted in: Newspaper
Post count: 6

http://prntscr.com/lyxz8k

i wanna hide default post type

Post count: 20688

Hi,

The post templates cannot be removed from there by a setting. You could try some CSS like this
https://www.screencast.com/t/r7aUJi0RH
It will target the default post template “Single template”, enter it in the Gutenberg stylesheet here
https://www.screencast.com/t/mAYyjvv1vDn
Then force refresh the post edit page a few times, it should work.

.td-post-option-general .td-small-wrapper-o a[title$="Single template"] {
display: none;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.