自訂風格管理器 / Custom Style Manager

自訂風格管理器允許管理員將自訂 CSS 注入 Toppay,在不修改核心檔案的前提下,完全掌控平台外觀。所有自訂樣式會自動加入網站的 <head> 區塊,並覆蓋預設樣式。
The Custom Style Manager allows administrators to inject custom CSS into Toppay, enabling full visual customization without modifying core files. All custom styles are added to the website’s <head> section and override default styling.

主要特色 / Key Features

註:所有自訂 CSS 都會被注入至 <head>,並優先於預設 Toppay 樣式。
Note: All custom CSS is injected into the <head> and overrides default Toppay styles.

應用範例 / Example Usage

// The Custom CSS will be added on the site head tag
.site-head-tag {
    margin: 0;
    padding: 0;
}

使用方法 / How to Use

最佳實務 / Best Practices