Quote:
Originally Posted by Lynne
We can't help if you don't post your exact code. We need the link to the icons also. And, we need a link to the page.
|
This is the page, particularly the Clubs Forum with individual team sub forums, ideally I want to use the teams crest as the icon:
http://www.premierleagueforum.co.uk/
The code I have tried to alter is copied from css_global.css and pasted into css.additional.css
Code:
.forum-list-container .subforum-list .subforum-item .icon,
.forum-list-container .forum-item.sub .cell-forum .icon {
background: transparent url("images/css/sprite_icons_vb_{vb:stylevar textdirection}.png") no-repeat scroll -272px -208px;
display: inline-block;
height: 11px;
width: 10px;
margin-{vb:stylevar right}: 7px;
margin-top:2px;
float:{vb:stylevar left};
}
.forum-list-container .subforum-list .subforum-item .icon.new,
.forum-list-container .forum-item.sub.new .cell-forum .icon {
background: transparent url("images/css/sprite_icons_vb_{vb:stylevar textdirection}.png") no-repeat scroll -256px -208px;
}