Foren

Custom navigationbar? and custom portletbar howto?

Kadir BASOL, geändert vor 12 Jahren.

Custom navigationbar? and custom portletbar howto?

Junior Member Beiträge: 91 Beitrittsdatum: 10.08.10 Neueste Beiträge
Hello , I'm using liferay IDE ,
I was trying to make new theme but i'm unable to customize navigation bar on header and
customizing portlet bar.

How can i customize navigation bar?
Can you help?

Which css files i need to edit?
i want to add custom image on navigation bar and portlet bars also.
left side , center and right side image.

How can i change size of the navigation bar also?
Thanks for help for now...
thumbnail
Ram Manusani, geändert vor 12 Jahren.

RE: Custom navigationbar? and custom portletbar howto?

Regular Member Beiträge: 124 Beitrittsdatum: 27.10.11 Neueste Beiträge
Navigation Bar is part of the theme. You can add css code to navigation.vm or portal_normal.vm files.

Try changing the theme for the Navigation.
Could you please elaborate more on portletbar, I am not sure what you mean by that..
thumbnail
Olaf Kock, geändert vor 12 Jahren.

RE: Custom navigationbar? and custom portletbar howto?

Liferay Legend Beiträge: 6403 Beitrittsdatum: 23.09.08 Neueste Beiträge
As part of best practice, css code always goes into custom.css - either directly or in some other custom created file that is imported from there.

You can also change the generated HTML structure in navigation.vm which is included from portal_normal.vm, but you sound like you mostly need the appropriate CSS code. Try firebug or your browser's equivalent tool to explore the HTML structure and change the css on the fly.