Add to css_additional.css
In this example, I was asked by members of Forum 16 to use a unique forum icon.
images/CustomIcons is the location and BOSnew16.png is the new icon.
You can see how the forum default Triangle icon gets replaced by the custom green circle icon.
Code:
/* start custom forum icons */
/* forum icon for forums with new posts */
#[B]forum16[/B] .cell-forum .icon {
background: transparent url("/[B]images[/B]/[B]CustomIcons/BOSnew.png[/B]") no-repeat;
}
#[B]forum16[/B] .forum-list-container .forum-item.new .cell-forum .icon, .forum-list-container .forum-item.sub.new .cell-forum .icon {
background: transparent url("/[B]images/CustomIcons/BOSnew16.png[/B]") no-repeat;
width: 16px;
height: 16px;
}
/* end custom forum icons */
images/CustomIcons is the location and BOSnew16.png is the new icon.
You can see how the forum default Triangle icon gets replaced by the custom green circle icon.



Comment