Styling JuxtaposeJS - NUKnightLab/juxtapose GitHub Wiki

You can change how JuxtaposeJS appears in the browser by overriding the CSS rules. The CSS classes which are applied to a Juxtapose slider are:

  • jx-slider is the parent for the visible user interface, and its color will be inherited by jx-handle and jx-arrow elements.
  • jx-handle
  • jx-arrow
  • jx-image
  • jx-knightlab

You can see the default styles in the juxtapose.css file.