[jboss-user] [JBoss Portal] - how to change the default themes in the jboss-portal?
sisepago
do-not-reply at jboss.com
Wed Jan 30 10:20:03 EST 2008
Hi all,
I' am trying to redesign my jboss portal and for now I have a question:
because I removed all themes except renaissance, how or where can I configure the portal to use my logo and not the JBossPortal logo?
I tried to adjust the css "portal_style.css" in renaissance theme, but everytime when I restart the server instance, the jbossportal logo is always there, although I changed the url to my logo in the portal_style.css"
change I made in the portal_style.css
|
| $JBOSS_HOMEl/server/default/deploy/jboss-portal.sar/portal-core.war/themes/renaissance/portal_style.css
|
| #logoName {
| background-image: url( images/logos/mylogo.jpg );
| background-repeat: no-repeat;
| float: left;
| width: 250px;
| height: 25px;
| z-index: 2;
| position: absolute;
| left: 20px;
| top: 10px;
| }
thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124812#4124812
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124812
More information about the jboss-user
mailing list