Cate_Soule
(Cate Soule)
02.Декабрь.2025 08:49:44
1
Я пытаюсь настроить Cloudflare для обслуживания моего пользовательского CSS. Не могли бы вы подсказать, какой путь или файл отвечает за пользовательские стили шаблона в Discourse?
Moin
02.Декабрь.2025 08:55:19
2
Почему бы вам не добавить CSS в вашу тему или компонент темы, который затем можно будет включить в тему?
This guide explains how to make CSS changes on your Discourse site, including an introduction to CSS, where to add CSS in Discourse, and how to find the right selectors using browser inspection tools.
Required user level: Administrator
Summary
This guide covers:
A brief introduction to CSS and key concepts
How to add CSS to your Discourse site using theme components
Using browser inspection tools to find the right CSS selectors
Understanding CSS basics
CSS…