留言板

navigation portlet

enrico bencivenga,修改在11 年前。

navigation portlet

New Member 帖子: 17 加入日期: 12-5-25 最近的帖子
it's possible to change the style of navigation portlet .....
please help me

Many thanks
thumbnail
Amit Doshi,修改在11 年前。

RE: navigation portlet

Liferay Master 帖子: 550 加入日期: 10-12-29 最近的帖子
yes sure.

I think you change the override the CSS class in theme Custom.css

Regards,
Amit Doshi
enrico bencivenga,修改在11 年前。

RE: navigation portlet

New Member 帖子: 17 加入日期: 12-5-25 最近的帖子
Amit Doshi:
yes sure.

I think you change the override the CSS class in theme Custom.css

Regards,
Amit Doshi



is it necessary to make the portlet as not instanciable ...to set style for navigation portlet in custom css?
Many thanks .
thumbnail
Amit Doshi,修改在11 年前。

RE: navigation portlet

Liferay Master 帖子: 550 加入日期: 10-12-29 最近的帖子
it is not necessary that in order to modify style we require to make portlet non-instanciable.

With the help of jquery in theme(portal_normal.vm) try to find the class and depend on that apply your css to div, span etc depend on your need.
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: navigation portlet

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
Following wiki page may help you:

http://www.liferay.com/community/wiki/-/wiki/Main/Navigation+Portlet
enrico bencivenga,修改在11 年前。

RE: navigation portlet

New Member 帖子: 17 加入日期: 12-5-25 最近的帖子
Hitoshi Ozawa:
Following wiki page may help you:

http://www.liferay.com/community/wiki/-/wiki/Main/Navigation+Portlet



Many thanks but the article is too generic .
thumbnail
Nitesh Sahay,修改在11 年前。

RE: navigation portlet

Junior Member 帖子: 58 加入日期: 11-11-28 最近的帖子
It's better to create a hook and customize the navigation portlet
You can customize the html/taglib/ui/navigation/page.jsp page and use your own css,javascript,jquery etc....