Hello,
Sorry sir I don’t understand your question.
Team plugin only work on page where you call shortcode.
Please send me screenshot or url from where you want to remove author?
Thanks
Hi there on some themes i use, i have this problem
newyorkdailygazettec.om /team/brian-peterson/
Hello,
Site can not visit.
You mean author info show under post detail ? If yes then it coming from your theme.
Please send screenshot.
Thanks
Here is a screen cap https://ibb.co/kM3ezR
I see it is coming from Theme Hook added under content.
It can hide by CSS but I need to visit the page to know proper CSS class.
Or can you tell me the author box CSS class?
Thanks
this is the page newyorkdailygazette.com/team/brian-peterson/
May be it is coming from a plugin.
Write this custom CSS
.tlp-member-article .saboxplugin-wrap {
display: none;
}
Thanks