掲示板

Disable title bar for web content display

13年前 に Evandro Viana によって更新されました。

Disable title bar for web content display

New Member 投稿: 6 参加年月日: 11/01/19 最新の投稿
I'm new to Liferay. I'm trying to disable the title bar for all web content display portlets only. All other porltes I would like to have a title bar. Which CSS should update?

Thanks,
E
thumbnail
13年前 に Szymon Gołębiewski によって更新されました。

RE: Disable title bar for web content display

Regular Member 投稿: 246 参加年月日: 09/06/08 最新の投稿
Clickn on Look and Feel configuration button and select Advanced styling tab. Then add
.portlet .portlet-title{ display:none;}
it should work
thumbnail
13年前 に Fais ritz によって更新されました。

RE: Disable title bar for web content display

Junior Member 投稿: 54 参加年月日: 11/04/11 最新の投稿
thanks it works perfectly
thumbnail
9年前 に Luca Orlandi によって更新されました。

RE: Disable title bar for web content display

New Member 投稿: 10 参加年月日: 11/02/15 最新の投稿
I think you should add to your theme:


<!--?xml version="1.0"?-->


<look-and-feel>
        <compatibility>
                <version>6.2.1+</version>
        </compatibility>
        <theme id="xxx" name="Your Theme">
                <settings>
                        <setting configurable="true" key="portlet-setup-show-borders-default" type="checkbox" value="false"></setting>
                        <setting configurable="true" key="show-breadcrumb" type="checkbox" value="true"></setting>
                </settings>
...
</theme></look-and-feel>