View Full Version : Child channel icon
Hectorsky
01-28-2016, 03:52 PM
Hello , how can I changed child channel icon ,, example I want to change icon just for few of them not all ... Any code ?
Thnks
Hectorsky
01-28-2016, 08:06 PM
I found the code :
/* forum icon for forums with old posts (default) */
#forum61 .cell-forum .icon {
background: transparent url("http://republicamd.com/flags/usd.png") no-repeat;
}
/* forum icon for forums with new posts */
#forum61 .cell-forum .icon {
background: transparent url("flags/usd.png") no-repeat;
width: 16px; /* icon width */
height: 11px; /* icon height */
But on main page it doesn't show , How can I fix ?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.