1 Reply Latest reply on Jan 30, 2008 11:22 AM by peterj

    how to change the default themes in the jboss-portal?

      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.

        • 1. Re: how to change the default themes in the jboss-portal?
          peterj

          Did you hit the refresh button on the browser? If the browser has the old css file cached it will continue to use the old logo.

          Are you using Firefox? If so, do you have the Web Developer tools installed? If so, ask to view the CSS files and check in there to see if the correct logo file is referenced.