Hi,

How do I use a customized Bootstrap CCS file in wicket-bootstrap?

I tried this:
new BootstrapSettings().setCssResourceReference(new 
PackageResourceReference(CcaWebApplication.class, "customized-bootstrap.css"));

Unfortunately getCssResourceReference will never be called, instead the 
reference from the DefaultThemeProvider will be used.

But I don't really want to write my own ThemeProvider just to replace the 
CssResourceReference

Best Regards,

Marvin Richter

Reply via email to