Creating a Custom CSS File
- Create the custom folder at C:\Program Files (x86)\Aspera\Faspex\public\stylesheets\custom.
- Create a file at the following location: C:\Program Files (x86)\Aspera\Faspex\public\stylesheets\custom\customize.css
-
Edit this new customize.css file instead of the default faspex.css and
boostrap.css files. Those files are located at:
- faspex.css: C:\Program Files (x86)\Aspera\Faspex\public\stylesheets\faspex.css
- bootstrap.css: C:\Program Files (x86)\Aspera\Faspex\public\stylesheets\third-party\bootstrap\bootstrap.css
-
Update references to images in the customize.css file.
When the faspex.css file references images, it references ../images/ to find the images. Since the customize.css file is in a different filepath than faspex.css, you must specify ../../images/ instead when referencing images in the customize.css file.