테마 디자인 편집

Whats the actual way to edit the theme is it possible? I’m self hosting the forum and want to make changes to the theme, how to do it? Not through additional css, but is there any other way to make proper changes to it?

PS: I’m using DigitalOcean

안녕하세요,

어떤 수정이 필요하신가요? 더 잘 도와드릴 수 있도록 알려주시면 감사하겠습니다!

보통은 테마 구성 요소나 플러그인을 통해 테마를 변경할 수 있습니다.

테마와 테마 구성 요소에 익숙하지 않다면, 아래는 초보자를 위한 간단한 안내입니다:

공식 테마 구성 요소 목록은 여기서 확인하실 수 있습니다:

이 주제에 대한 다른 글들은 여기서 찾아보실 수 있습니다: Topics tagged customization

또한 Customization > Theme component 또는 Customization > Plugin 섹션도 확인해 보세요 :slight_smile:

If you don’t want to write any CSS, you can edit the theme by changing its colour schemes.

From additional CSS I mean I don’t want to make changes in the dialogue box of CSS instead in the main files, so is there some extension like file editor or something as in WP?

Thanks for sharing, also is there something like a File Editor Extension or something available through which I can easily make changes to the code or is there any alternative to the same?

I mean, you could make a new repository on Github and connect your IDE to that, and then edit files like common.scss etc.
Or, you can go to Admin > Customize > Themes and make a theme and edit them/edit an existing theme.

Thanks that helped