[quote=Takeshi91]Entre no site da jQuery e veja as opções de alterar o CSS dos tems disponíveis do primefaces usando uma interface bem dinamica para modelá-la.
Ai você poderá baixar este tema e usá-lo no seu sistema 
Depois pode inserir este tema no seu template desta forma:
<link type="text/css" rel="stylesheet" href="theme/tema_customizado.css" />
Takeshi91,
Sou novo com o primeface. Por favor me ajuda a utilizar este tema personalizado.
Eu gerei o zip através do site que você apontou.
O que faço com o zip ? Coloquei no WebContent/WEB-INF/lib e adicionei ao buildpath.
No web.xml estou colocando adicionei isso:
<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>smoothness</param-value>
</context-param>
Porém estou recebendo este erro ao executar a aplicação:
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Error loading theme, cannot find "theme.css" resource of "primefaces-smoothness" library
root cause
javax.faces.FacesException: Error loading theme, cannot find "theme.css" resource of "primefaces-smoothness" library
note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 3.1.1 logs.
O themes.css não esta mesmo no zip.
Por favor me ajuda.