Remove all styling from Primefaces components?

Post Reply
Elmsford
Posts: 1
Joined: 25 Dec 2020, 07:28

30 Dec 2020, 13:35

Is it possible to remove all styling from Primefaces components? I mean, the component set is good but having to manually override every tiny bit of each component to make the component style fit the overall design of my application isn't good. I can't use hours on using Firebug to find which classes etc it uses and all that.

So is there no way to remove this and only use the components for their functionality and provide your own design instead of being forced to use the default....or one of the "themes"?




MyGreatLakes Login

mcandu
Posts: 107
Joined: 20 Jan 2021, 16:31

20 Jan 2021, 17:52

Hi,

@burak Could you please check this issue?

Best Regards,

siris
Posts: 322
Joined: 29 Jul 2019, 13:57

21 Jan 2021, 16:52

Hi,

Sorry for delayed response! You can add/changes these lines in web.xml file.

Code: Select all

    <context-param>
        <param-name>primefaces.THEME</param-name>
        <param-value>none</param-value>
    </context-param>
Best Regards,

Post Reply

Return to “PrimeFaces Theme Designer API”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests