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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -