Tagged: header, theme-options, Top
Hi,
I want to hide theme options on top bar when admin user is logged in.
Please suggest,
regards
I tried below changes by yigit but for no help.
Please add following code to Quick CSS in Enfold theme options under Styling
li#wp-admin-bar-avia.menupop { display: none!important; }
Regards,
Yigit
Hi dhruvcasper!
That code should work (tested locally):
#wp-admin-bar-avia{ display: none !important; }
Can you create an administrator account and post it here as a private reply, so we can test it out?
Best regards,
Josue