Quote from
Asgaros on March 28, 2019, 4:52 am
Hello again @medved
The icon-files you want to use must be available on your server or somewhere else. You can use the URL to an icon to specify the icon for a specific forum. The ID of a forum can be found in Forum -> Structure.
For example if you want to change the icon of the forum with the ID 2, you can use the following css-snippet which links to a certain icon-url. This code can be added to Forum -> Appearance -> Custom CSS.
#af-wrapper #forum-2 .forum-status:before {
content: "";
background-image: url(https://cn.bing.com/th?id=OIP.Vgy137cqI2guUHLIAlBLjAHaHa&pid=Api&rs=1&p=0);
background-size: 40px;
}
Hello again @medved
The icon-files you want to use must be available on your server or somewhere else. You can use the URL to an icon to specify the icon for a specific forum. The ID of a forum can be found in Forum -> Structure.
For example if you want to change the icon of the forum with the ID 2, you can use the following css-snippet which links to a certain icon-url. This code can be added to Forum -> Appearance -> Custom CSS.
#af-wrapper #forum-2 .forum-status:before {
content: "";
background-image: url(https://cn.bing.com/th?id=OIP.Vgy137cqI2guUHLIAlBLjAHaHa&pid=Api&rs=1&p=0);
background-size: 40px;
}