Stacker
LoginSign upAstra Docs
  • Getting Started: Quick Guide
    • What is Stacker?
    • Key Features
    • Quick Overview of Stacker
    • What can I build in Stacker?
      • Creating a Home Page
      • Build an Internal Tool
    • Creating your first App
  • Stacker V 5(Astra) - Frequently Asked Questions
  • Account Settings
    • What is a Workspace?
      • Workspace Settings
      • Delete a Workspace
    • Adding Multiple Apps
      • Deleting an App
    • Subscriptions and Billing
  • Customer Access
    • Customer Access
  • Layout types
    • Layout Types
      • Layouts vs Custom Pages
    • Adding Custom Pages in Stacker
    • Detail Layout
      • Detail page widgets
        • Detail: Text Widget
        • Detail: Related Record Widget
        • Detail: Related Record List
          • Related record list widget not showing option
        • Detail: Quick Links Widget
        • Detail: Pipeline Widget
        • Detail: Highlights Widget
        • Detail: Fields Widget
          • Detail: Field Options
          • Separating fields into sections
        • Detail: Embed Widget
          • Embedding Google Maps
          • Embedding Airtable
          • Embedding Loom Videos
          • Embedding Vimeo
          • Embedding Youtube
          • Embedding Google Drive videos
          • Embedding Google Drive Images
          • Embedding content on a detail page
        • Detail: Callout Widget
        • Detail: Banner Widget
        • Detail: Big Numbers Widget
        • Detail: Charts Widget
      • Detail: Delete Record Button
      • Detail: Edit Button
      • Detail: Record Header
        • Change the title on the detail page
      • Detail: Tabs
        • Detail: Activity Tab
    • List Layout
      • Calendar Layout
      • List Options
        • List: Sort
        • List: Cover Image
        • List: Roles
        • List Layout: Change layout title
        • List: Inline Filters
        • List: Header
        • List: Duplicate Layout
        • List: Filter
        • Allow users to download list data as CSV
        • List: Relative Date Filtering
        • List: Field options
        • List: Show, Hide, and Reorder Fields
    • Customize the Form Layout
      • Creating multi step form
      • Auto-filling values into create forms
      • Set default values on Forms
    • Stacker Navigation
      • Navigation: Showing and hiding tables
      • Enable Breadcrumb Navigation
  • Permissions and Security
    • Introduction to Permissions
    • Configure a Permission Rule
      • Table Permissions
        • Editing Permissions
        • Multiple permission rules
    • Set up User Roles
      • Automatically assign Roles
    • Conditional Visibility
  • Customization
    • Client Logos
    • Customizing App Appearance
    • Getting started with CSS in Stacker
    • Custom CSS
    • Workspace Appearance
    • Custom Domain
      • Custom Domain not working
    • Whitelabel
    • Custom Scripts
    • Creating Buttons
      • Action Buttons
      • Add new button showing when it shouldn't
    • Translate your Stacker App
  • Users
    • Introduction to users in Stacker
    • Users: Overview
    • Users: Workspace Collaborators
      • Workspace Users
    • Users: App Users
      • Adding users to your app
      • Login flow for users
      • Open Signup
      • Registering and Logging in
    • Previewing an app as a user for testing
  • Data
    • Formula field
    • Rich Text
    • Third Party Integrations
      • FullStory integration
      • Intercom Integration
      • Zapier Integration
        • Sending an email with Zapier
      • Airtable
        • Syncing Schema and Data
        • Update Sharing link password
        • Real time Airtable sync
        • Upgrading Airtable data connections
        • Enabling tables and fields
    • Enable Color on Single and Multi Select Fields
    • Apply dynamic data filter to Link Fields
    • Importing data into Stacker
      • Importing data from CSV
    • Applying table data filters
    • Exporting data from Stacker
    • Creating lookups and rollups between tables
      • Creating links between tables
    • Stacker Tables: Editing field names and types
      • Stacker Tables: Pasting Data
      • Stacker Tables: Linked Fields
      • Stacker Tables: Editing and deleting tables
      • Stacker Tables: Creating a new table
      • Stacker Tables: Adding new fields
      • Stacker Tables: Adding and Editing Rows
      • Stacker Fields
  • Troubleshooting
    • There was an error saving your record
    • Unable to toggle on linked fields
Powered by GitBook
On this page
  • Enabling Custom CSS
  • Current Class List
  1. Customization

Custom CSS

PreviousGetting started with CSS in StackerNextWorkspace Appearance

Last updated 3 months ago

Add another level of customization to your app or workspace with custom CSS.

Enabling Custom CSS

  1. Click App Settings

  2. Click Appearance

  3. Choose Custom CSS

  4. Expand section

The editor has auto-complete and error checking. You will see that the autocomplete is dynamic so that you can quickly search for fields and pages to style. Clicking Save Custom CSS will instantly update the CSS on the page.

Current Class List

This is the list of top level classes in the application. We also add style/table/page and field namespacing so that you are able to target specific elements if you need to.

  • Page - stk-page

  • List page - stk-list-page

  • Record detail page - stk-detail-page

  • Record create page - stk-create-page

  • Save button - .stk-save-button

  • Edit button - .stk-edit-button

  • Cancel button - .stk-cancel-button

  • Delete button - .stk-delete-button

  • Header outer (includes secondary navigation) - stk-header-outer

  • Header - stk-header

  • Secondary navigation - stk-secondary-navigation

  • Logo - stk-logo

  • Main navigation - stk-navigation

  • Navigation Item - stk-navigation-item

  • User menu - stk-user-menu

  • Content - stk-content

  • Button - stk-button

  • Heading - stk-heading

  • Text - stk-text

  • Input - stk-input

  • Cards - stk-cards

  • Card - stk-card

  • Card link - stk-card-link

  • Card field - stk-card-field

  • Table - stk-table

  • Table header - stk-table-header

  • Table header cell - stk-table-header-cell

  • Table row - stk-table-row

  • Table cell - stk-table-cell

  • Previous button - stk-pagination-back

  • Next button - stk-pagination-next

  • List search - stk-list-search

  • Inline filters - stk-inline-filters

  • Field - stk-field

  • Record list - stk-record-list

  • Record header - stk-record-header

  • User Menu

    • My Settings - .stk-user-menu-settings

    • Logout - .stk-user-menu-logout

    • Workspaces - .stk-user-menu-workspaces

    • Workspaces Title - .stk-user-menu-workspaces-title

    • Workspaces Add New Button - .stk-user-menu-workspaces-add-new

    • Open Stacker Classic - .stk-user-menu-stacker-classic

  • Buttons

    • Save - .stk-save-button

    • Edit - .stk-edit-button

    • Cancel - .stk-cancel-button

    • Delete - .stk-delete-button

    • Target text of any buttons - .stk-button-text class

Please be aware, using auto-generated CSS is subject to change.

Ignoring the CSSIf you wish to see the page without the css applied, you can pass the parameter ?ignore_css=1 to the url.