Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 17

6apxatCurtisOdenHotBlackericgilletteestlf349141590tc74422 +9 guests

How to replace discussion label by icon?

I searched a lot and read a lot. But I could not find a solution. Is there one?

Comments

  • Posts: 5,574
    There are so many discussions about this but for some reason i cant lay my fingers on one either. First question though: how confident are you with css?
  • TexTex
    Posts: 261
    @ Minisweeper: Well, I searched all strings I could imagine, but found no sufficient answer. I would say I am quite confident in CSS.
  • Posts: 5,574
    Well from memory, there are 3 options.
    1) Replace the opening discussion label tag (an application setting) with image then use an image filename as the label. This works fine except when you apply more than 1 label to a discussion (unless you edit the source code a bit)
    2) Remove the opening and closing label tags altogether and use a full image - works slightly better with 2 labels but not great.
    3) Use css to set an image background for each discussion label element (or whatever you call it) and remove the tag altogether - this is the best choice i think, assuming you are comfortable doing so. As i say there are definitely threads on here which talk you through it but theyre not presenting themselves.
  • TexTex
    Posts: 261
    Just altering the vanilla.css does not help, right? I mean adding sth. like .Sticky { }
  • Posts: 5,574
    Thats exactly what i mean. Try this discussion for a bit more info: http://lussumo.com/community/discussion/4188/
  • TexTex
    Posts: 261
    Found it: .Sticky .DiscussionType { } Thanks.
This discussion has been closed.