assim:

Código: Selecionar todos
<ul class="topiclist forums">
Código: Selecionar todos
<ul class="topiclist forums bgforums-{forumrow.FORUM_ID}">
Código: Selecionar todos
.bgforums-IDFORUM {
background-image: url(LINKDAIMAGEM);
background-repeat: no-repeat;
background-size: cover;
}
Código: Selecionar todos
.bgforums-1 { // forum id 1
background-image: url(https://images.pexels.com/photos/255379/pexels-photo-255379.jpeg);
background-repeat: no-repeat;
background-size: cover;
}
.bgforums-34 { // forum id 34
background-image: url(https://www.significadofacil.com/wp-content/uploads/2019/07/background.jpg);
background-repeat: no-repeat;
background-size: cover;
}
Só testando para saberwilliamcsaboia escreveu: 06 Jul 2020, 16:17 Obrigado,
Funciona com outros temas ou só com o silver ?