Temas diferentes por categoria?

Forgive the newbie question – I am not yet well versed in the theme system.

Is there any way to possibly use multiple themes for the same installation? In other words, for example, have one theme in use for a specific category and another theme be default site-wide/elsewhere?

Not themes, but different styles you can. There is a class with the category name on the body.

Ah, OK. I’ve done that previously, or something close to it, so am familiar with the idea. Just wondered if there might be a faster way to adopt different styling between categories. Thanks! :slight_smile:

With SASS scoped selectors it’s pretty easy:


// put main theme here

body.category-support {
 // paste another theme here
}

significa que posso usar componentes de tema diferentes também
ex: padrão para todos, kanban se você alternar para “tarefa”

Você poderia compartilhar um tutorial um pouco mais detalhado sobre como fazer isso? Gostaria de fazer o mesmo, mas não estou conseguindo acompanhar você.

@Falco e @downey, vocês se importariam de me dar algumas informações?

Além disso, posso adicionar uma entrada no menu hambúrguer que alterna para um filtro pré-definido e ativa o Kanban Board (ou qualquer outro listado abaixo)?

Além disso, isso deve tornar visíveis:

na barra de navegação.

Isso provavelmente ocorre porque essa pergunta de suporte tem 2,5 anos. :smile:

Se você está tendo problemas para instalar ou alternar temas, o ideal é abrir um novo tópico de #suporte com seus desafios específicos.

feito, mas

foi discutido aqui, então você pode ser a pessoa que consegue explicar isso com um pouco mais de detalhes.