Dashboard → User-Facing Pages → Look & Feel Tab

Complete guide for Dashboard → User-Facing Pages → Look & Feel Tab

Color Scheme

Primary Color

Purpose: Main brand color used for backgrounds and gradients
Type: Color picker (required)
Default#6366f1 (Indigo)
Usage:
  • Background gradients
  • Primary buttons
  • Brand accents
  • Navigation elements
Design Impact:
  • Brand Recognition: Establishes visual identity
  • User Experience: Guides user attention
  • Accessibility: Must meet contrast requirements
  • Emotional Response: Influences user perception
Technical Implementation:
  • CSS Variable--primary-color
  • Gradient Usage: Applied to hero sections
  • Button Styling: Primary action buttons
  • Focus States: Form and interactive elements

Secondary Color

Purpose: Secondary color used for text and accents
Type: Color picker (required)
Default#8b5cf6 (Purple)
Usage:
  • Secondary text elements
  • Accent highlights
  • Supporting UI elements
  • Hover states
Design Guidelines:
  • Contrast: Must work well with primary color
  • Readability: Ensure text remains legible
  • Harmony: Should complement primary color
  • Accessibility: Meet WCAG contrast guidelines

Button Text Color

Purpose: Text color for buttons and call-to-action elements
Type: Color picker (required)
Default#ffffff (White)
Usage:
  • Button text
  • Call-to-action elements
  • Form submit buttons
  • Navigation highlights
Accessibility Requirements:
  • Contrast Ratio: Minimum 4.5:1 for normal text
  • Readability: Must be clearly visible
  • Focus States: Distinct focus indicators
  • Hover Effects: Clear hover state changes

Hero Section Settings

Hero Gradient Distance

Purpose: Controls how far the gradient extends from right to left on hero images
Type: Range slider (0-100%)
Default: 70%
Usage: Creates overlay effect on hero images for text readability
Technical Implementation:
  • CSS Gradientlinear-gradient(90deg, transparent 0%, primary-color X%)
  • Responsive: Adjusts based on screen size
  • Performance: Hardware-accelerated rendering
  • Browser Support: Modern browsers with fallback
Design Impact:
  • Text Readability: Ensures text remains visible over images
  • Visual Hierarchy: Guides user attention
  • Brand Consistency: Maintains color scheme
  • Professional Appearance: Creates polished look

Typography

Base Font Size

Purpose: Base font size for the landing page content
Type: Number input (12-24px)
Default: 16px
Usage: Establishes typography scale for entire page
Responsive Behavior:
  • Desktop: Full specified size
  • Tablet: Slightly reduced for better fit
  • Mobile: Further reduced for readability
  • Accessibility: Respects user browser settings
Technical Implementation:
  • CSSfont-size: 16px (base)
  • Scale: Uses relative units (rem/em)
  • Line Height: Optimized for readability
  • Font Stack: System fonts for performance

Logo Settings

Logo Type

Purpose: Choose which logo version to display on the landing page
Type: Select dropdown
Options:
  • Light Logo: For dark backgrounds or hero sections
  • Dark Logo: For light backgrounds or content areas
Selection Guidelines:
  • Background Contrast: Choose based on background color
  • Visibility: Ensure logo is clearly visible
  • Brand Consistency: Match overall design theme
  • User Experience: Should be immediately recognizable

Logo Size

Purpose: Control the height of the logo in pixels
Type: Number input (20-100px)
Default: 32px
Usage: Determines logo prominence on the page
Design Considerations:
  • Proportional Scaling: Maintains aspect ratio
  • Responsive Design: Adjusts for different screen sizes
  • Brand Impact: Larger logos for stronger brand presence
  • Page Balance: Should not overwhelm other content
Technical Implementation:
  • CSSheight: 32px; width: auto;
  • Responsive: Scales down on mobile devices
  • Quality: Maintains image quality at all sizes
  • Loading: Optimized for fast page load
×