Nova’s bundled skins now allow for more personalization
logo
into the dist/images
folder of the Pulsar or Titan skins. The skin will see that image and use it instead of the included Nova logo. Supported file formats for replacing the header logo are PNG, SVG, or JPG.
dist/css/colors.css
file.
900
and 950
records as we will not use them.
50
hex value (#f0f4fe
in the example above)dist/css/colors.css
of the Pulsar or Titan skins. In there, you’ll see a complete list of the CSS color variables. We use a primary color and then colors for different states (success, danger, warning, and info). Do not change the name of the CSS variables as that will break the skins.
To finish the process, go down the list and replace the values with the comma-separate RGB values. For example, you’ll take the RGB value for the 50
item and paste it into the 100
value. After you’ve done the first value, it should look something like this:
dist/images/panel-dashboard.svg
dist/images/panel-inbox.svg
dist/images/panel-writing.svg
#82937b
#22d0ee
html
tag. There are several similar looking blocks of code in each template, so adding it near there is probably the easiest approach.