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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to