Search Results for

    Show / Hide Table of Contents

    Override default ImageVault style sheets

    You can override the default ImageVault style sheets by creating a subdirectory called Override in the Styles folder. Any style sheets (.css files) placed in this folder will be bundled together with the default ImageVault style sheets and take precedence, causing an overriding effect.

    Since the files are added in a subfolder they should persist through UI updates, as long as the file structure is not completely rewritten.

    Below is an example that overrides the left navigation panel background color to a light grey:

    #nav {
        background: #E5E5E5;
    }
    

    Save the above as a CSS file in the folder Styles/Override, e.g. custom_style.css.

    Restore default ImageVault style sheets

    Simply remove the Override folder, or specific files in it, to restore the default ImageVault style sheets.

    In This Article
    Back to top (c) Meriworks 2002-2022