Normally, all that's required to do CSS overrides in
JSF is to include a file with the override CSS definitions in it. Another way, which is quick, but pretty dirty, is to use the f:verbatim tag to wrap a <style> element that defines the override CSS right on the primary view definition file.