Code: Select all
<a class="category" id="category11" style="display: none; height: 0"></a>
Code: Select all
#category11 + .forabg {background: url(whatever.jpg)}
#category22 + .forabg {background: url(another.jpg)}
Code: Select all
.forabg {
background: transparent none repeat-x 0 0;
}
Code: Select all
#forum-1 {background: url(whatever.jpg)}
#forum-5 {background: url(another.jpg)}
Code: Select all
.forabg {
background-size: cover;
}
Code: Select all
#category-1 {
background-color: lightblue;
}
Code: Select all
#category-1 .forums li.row:nth-child(1) dl {background-image: url(https://img.esportnow.pl/BMfdzYiZzxEWlTwKuazwAqAS1zc=/768x0/smart/https://esportnow.pl/wp-content/uploads/2017/07/20_198712968.jpg);}
#category-1 .forums li.row:nth-child(2) dl {background-image: url(http://veridic.ro/phpBB3/styles/pbwow3_heroes/theme/images/global-bg2.jpg);background-size: cover;}
#category-1 .forums li.row:nth-child(3) dl {background-image: url(https://img6.gram.pl/sfwr20190920202247129jzsj.jpg);background-size: cover;}
.forums li.row dl {
background-size: cover;
}