Avoid default post template override / turn-off the custom post settings

Posted in: Newspaper
Post count: 39

Is there any wat to turn-off the custom post settings?
I don’t want the authors to be able to override the Theme panel setting from Post settings > Default post template

View post on imgur.com

Post count: 23312

Hello jorgeocampo,

Unfortunately, our theme does not have any such an option that allows you to hide these elements, sorry! As a quick solution would be to use a bit of CSS code to hide them. As a hint, try using the following code and add it in wp-admin.css.

The code is ->

.td-small-wrapper-o{
display:none;
}
.td-small-wrapper-o:nth-child(1){
display:block;
}
.td-small-wrapper-o:nth-child(2){
display:block;
}

Hope this helps!

Thanks for the message!

Post count: 39

It may be enough, thank you!

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