Dec 04, 2018 6:25 pm
Is it possible make always visible the logged nickname on top of forum?
Β
Thank you very much
3 Replies
Dec 05, 2018 9:38 am
HiΒ elforo,
Please navigate toΒ Dashboard > Forums > Settings > Features admin page, enable the "Show Admin Bar for Members" option.
Dec 06, 2018 12:02 pm
HiΒ elforo,
Please navigate to Dashboard > Forums > Settings > Styles admin page, add the followin code in "Custom CSS Code" textarea.Β
However, please note this will hide the logo for admins as well.Β
#wpadminbar ul#wp-admin-bar-root-default>li {
display: none !important;
}