Theme Documentation
  • Welcome
  • Getting Started
    • Liquid
    • Theme Types
    • Initial Setup
  • Core Concepts
    • Settings
    • KJB Settings ID's
    • Objects
    • Page Objects
    • Elements
    • Presets
    • Ownership
  • Building Blocks
    • Structure
    • Layouts
    • Sections
    • Section Types
    • Blocks
  • Theme Requirements
    • Required Pages
    • Theme Info
    • Powered By Branding
  • Theme Styling
    • Cornerstone CSS
    • CSS Variables
    • Custom Site Styles
Powered by GitBook
On this page
  1. Theme Styling

Custom Site Styles

Most CSS files in the assets folder will not target the Checkout Page or the Member Account Settings pages within a Site's theme.

You can, however, target these styles by uploading a file called custom_site_styles.css

.site-action-bar.site-action-bar-members { background-color: #2E91FC; }
PreviousCSS Variables

Last updated 5 years ago