fancy colored uname background

Discussion in 'XenForo' started by cujo, Apr 14, 2013.

  1. #1
    Just wondering how the colored background in unames (for admins, mods, etc.) are done here? Looks like a 'spray paint' type effect. css?
     
    Solved! View solution.
    cujo, Apr 14, 2013 IP
  2. #2
    It's via the usergroup styling more than likely using simply:

    text-shadow: 0 0 0 transparent, 0 0 5px aqua;

    for the css. Users - > List User Groups -> User Name CSS
     
    Last edited: Apr 14, 2013
    pixelexit, Apr 14, 2013 IP
    cujo likes this.
  3. cujo

    cujo Well-Known Member

    Messages:
    638
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    170
    #3
    Works and looks all purty now. tx
     
    cujo, Apr 16, 2013 IP