Quote:
Originally Posted by Spangle
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;
}
|
I do not see that in your css_additional.css file at all. Besides that, that code is just the default code, no? I asked you to tell us *exactly* what you tried.