Storefront 3.5 MMC crashes when customizing Storefront CSS

Storefront 3.5 MMC crashes when customizing Storefront CSS

book

Article ID: CTX213864

calendar_today

Updated On:

Description

MMC Crashes when when managing Receiver for Web Sites if custom\style.css has been modified with .storeapp-name.theme-highlight-color Other modifications do not cause this behavior.

Resolution

Use the following syntax in the CSS file located on the storefront server.  C:\inetpub\wwwroot\Citrix\<StoreName>Web\custom\style.css


.theme-header-color {
    color:#FF0000;
}
 

Problem Cause

Trying to customize storefront webpage folder color using CSS