You can hide Dockbar from you site by creating Theme. Use the below steps to hide the dockbar:
1. Create Liferay Plugin Project of type Theme.2. Copy and paste template folder from docroot/ to docroot/_diff/ folder.3. Now comment the below code in the portal_normal.vm file
#if ($is_signed_in)
#dockbar()
#end
4. Deploy the theme. When you log in to your site you will see no Dockbar.
0 Comment(s)