3 Replies Latest reply on Jan 19, 2012 6:02 AM by aniketmurtarkar

    how to change richfaces css values?

    aniketmurtarkar

      Hello,

      I am using Richfaces 4.1 M4.

      I am a Java developer not so good in web designing.

      Currently I am designing a web page. I have attached the my front page.

       

      I want to change the color and size of header of accordian.

      and same about rich:panelMenu but I am not able to do it.

      i am applying a class like

       

      .rightuppersidecolumnbody

      {

        padding : 5px;

        font-size:12px;

        font-family:Arial;

        border:solid 1px #CC6600;

        height:80px;

        text-align:left;

        vertical-align:text-top;

        background-color:#E2E2C7;

       

        border-radius:10px;

        -moz-border-radius:10px; /*Firefox 3.6 and earlier*/

        box-shadow: 3px 3px 3px #888888;

        -moz-box-shadow: 3px 3px 3px #888888; /*Firefox 3.6 and earlier*/

      }

       

      <rich:accordionItem header="About Us:" styleClass="rightuppersidecolumnbody">

       

       

      then it looks like the