Symptoms

The store is configured to use some custom, not provided by Odin color palette (Home > Products > Online Store > Design > Color Palette). Azure CSP screen looks incorrect, without any css style loaded.

Cause

aps-content.css is missing in the custom color palette.

Resolution

  1. Copy the default one:

    cp /usr/local/bm/templatestore/webroot/static/design/css/wizard/aps-content.css /usr/local/bm/templatestore/webroot/static/store-skins/<custom_skin>/css/
    
  2. Make the required changes (e.g. change the color, font, etc) to correspond to the custom style
  3. Set the proper owner to the file:

    chown apache:apache /usr/local/bm/templatestore/webroot/static/store-skins/<custom_skin>/css/aps-content.css
    
  4. Clean browser cache and check the screen

Internal content