liferay - Customizing portal's navigation bar -


i want customize navigation bar in theme. searched css file styles navigation bar in css directory couldn't find it.

in nagivation.vm file, navigation declared follows:

<nav class="$nav_css_class" id="navigation"> 

and using firebug found out class is

sort-pages modify-pages.

i appreciate help.

thanks

the css file called css/navigation.css. however, best practice modifications in _diffs/css/custom.css - file loaded last , settings in there override in navigation.css , other files. side effect, you'll have of settings neatly separated liferay's , in better position during updates.

custom.css supposed empty in themes meant extension. if start classic theme, you'll see custom.css in there not empty - means, classic theme not meant extended. technically can still of course, liferay might change theme without notice in future versions , you'll end upgrading then.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -