Custom CSS
Administrators have the ability to input custom CSS to override elements of their pages.
These settings are found in the Admin Dashboard under Admin Settings > Branding > CSS.
Before making changes to a site’s CSS, it is recommended that Administrators consult the ExaVault Site Branding documentation since there are a number of site appearance settings that are already available.
Note: This is an advanced feature - incorrect CSS definitions may result in the site being unusable.
Example
.nav > li > a {
padding: 5px; 5px;
}
The result of this example will reduce the padding on the tabs at the top of the Site Branding configuration screen, resulting in a slightly more compact tab strip.
Administrators can access the collection of CSS selectors at https://[your_domain]/ftp/static/css/site.css
Last updated