Per page classes so we can customize experience better?

Hi -

I’m new to Discourse so maybe this is an open I am not seeing. I want to be able to customize certain pages, such as the homepage, so it looks different. Maybe it has a header image or a search bar - not sure.

Anyway, a SIMPLE way to accomplish this would be to add appropriate classes to each page in the header or body. So the homepage might have something like homepage as a body class and a category page might have something like category category-slug as the classes for that page. Etc etc.

Then we can use the theme CSS customization (and JS customization if that’s possible) to easily customize each page.

これらはすでに存在します

「ホーム」ページの body クラスは

navigation-topics

です。カテゴリページ(例:meta の Contribute > UX カテゴリ)では、以下のようなクラスが設定されています。

categories-list category-ux

カテゴリ内の投稿には、そのカテゴリに関連する body クラスが設定されています。例えば、現在のこのページには以下の body クラスが設定されています。

archetype-regular category-ux
「いいね!」 5