Fórum

Disable title bar for web content display

Evandro Viana, modificado 13 Anos atrás.

Disable title bar for web content display

New Member Postagens: 6 Data de Entrada: 19/01/11 Postagens Recentes
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
Szymon Gołębiewski, modificado 13 Anos atrás.

RE: Disable title bar for web content display

Regular Member Postagens: 246 Data de Entrada: 08/06/09 Postagens Recentes
Clickn on Look and Feel configuration button and select Advanced styling tab. Then add
.portlet .portlet-title{ display:none;}
it should work
thumbnail
Fais ritz, modificado 12 Anos atrás.

RE: Disable title bar for web content display

Junior Member Postagens: 54 Data de Entrada: 11/04/11 Postagens Recentes
thanks it works perfectly
thumbnail
Luca Orlandi, modificado 9 Anos atrás.

RE: Disable title bar for web content display

New Member Postagens: 10 Data de Entrada: 15/02/11 Postagens Recentes
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>