Hi @netweb – I am trying to do exactly the same thing with adding a small image icon next the Forum name.
I tried to follow your CSS example, but im abit confused….Can you please help with how to get it working properly.
Your Example:
.bbp-forum-34 i:before {
content: “\e112″; /* glyphicons_ */
}
So – .bbp-forum-34 <— this I change to the name of my forum id.
- content: “\e112″; <— what is this & goes here?
/* glyphicons_ */ <—- what is this & goes here?
Any type of response would be appreciated! Thanks!