Fórumok

Disable title bar for web content display

Evandro Viana, módosítva 13 év-val korábban

Disable title bar for web content display

New Member Bejegyzések: 6 Csatlakozás dátuma: 2011.01.19. Legújabb bejegyzések
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, módosítva 13 év-val korábban

RE: Disable title bar for web content display

Regular Member Bejegyzések: 246 Csatlakozás dátuma: 2009.06.08. Legújabb bejegyzések
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, módosítva 13 év-val korábban

RE: Disable title bar for web content display

Junior Member Bejegyzések: 54 Csatlakozás dátuma: 2011.04.11. Legújabb bejegyzések
thanks it works perfectly
thumbnail
Luca Orlandi, módosítva 9 év-val korábban

RE: Disable title bar for web content display

New Member Bejegyzések: 10 Csatlakozás dátuma: 2011.02.15. Legújabb bejegyzések
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>