Brand and content

Customization Guide

Use this guide to safely adapt CodideX Mobile while preserving its mobile-first shell, bottom navigation, dark mode, toast/preloader behavior, and symbolic avatar system.

Common Changes

ChangeRecommended location
Logo and brand nameUpdate /assets/images/branding/ and visible HTML labels.
ColorsEdit CSS variables in /assets/css/mobile-variables.css and dark variables in /assets/css/mobile-dark.css.
App cardsEdit dashboard HTML pages and related role CSS.
Bottom navigationEdit bottom nav HTML in pages or component snippets in /components/.
HeaderEdit page headers and mobile header component snippets.
ToastCustomize markup/classes and /assets/js/mobile-toast.js.
PreloaderCustomize /assets/js/mobile-preloader.js and related CSS.
Placeholder imagesReplace files in /assets/images/placeholders/ or update image paths.
Symbolic avatarsReplace the global avatar asset in /assets/images/avatars/ and keep profile image controls display-only.

Edit Demo Pages Safely

  • Duplicate an existing page in the same role folder when adding a demo screen.
  • Keep the mobile shell, safe-area spacing, header, card rhythm, and bottom navigation consistent.
  • Update links in dashboards and related guides if a buyer-facing page is added or removed.
  • Remove demo pages only after checking all navigation links.
Do not add a photo upload or change button in mobile profile screens if desktop ERP handles profile images.
Customization does not add backend behavior. Any API, database, authentication, notification delivery, payment, upload, or messaging integration must be built separately.