B Blake Jones Member Licensed customer Apr 21, 2014 #1 On the usergroup Styling Page (http://xenforo.com/help/user-group-styling/) there is a picture of a star next to a players username. Where could we find a picture of such a star, as I don't see it in the directory stated on the help page. Thanks!
On the usergroup Styling Page (http://xenforo.com/help/user-group-styling/) there is a picture of a star next to a players username. Where could we find a picture of such a star, as I don't see it in the directory stated on the help page. Thanks!
P Paul B XenForo moderator Staff member Licensed customer Apr 21, 2014 #2 It's part of the sprite. http://xenforo.com/community/styles/default/xenforo/xenforo-ui-sprite.png Upvote 0 Downvote
B Blake Jones Member Licensed customer Apr 21, 2014 #3 Brogan said: It's part of the sprite. http://xenforo.com/community/styles/default/xenforo/xenforo-ui-sprite.png Click to expand... I've tried adding it to my name by putting this in the CSS for the Owner group, however it's not showing up whenever I post. CSS: background: transparent url('www.xynthia.us/styles/uix/xenforo/xenforo-ui-sprite.png') no-repeat; padding-left: 20px; color: darkcyan; Example of not working: http://xynthia.us/threads/introductions.2/ Upvote 0 Downvote
Brogan said: It's part of the sprite. http://xenforo.com/community/styles/default/xenforo/xenforo-ui-sprite.png Click to expand... I've tried adding it to my name by putting this in the CSS for the Owner group, however it's not showing up whenever I post. CSS: background: transparent url('www.xynthia.us/styles/uix/xenforo/xenforo-ui-sprite.png') no-repeat; padding-left: 20px; color: darkcyan; Example of not working: http://xynthia.us/threads/introductions.2/
P Paul B XenForo moderator Staff member Licensed customer Apr 21, 2014 #4 As it's a sprite, you will need to specify the background position. For example: Code: transparent url('styles/default/xenforo/xenforo-ui-sprite.png') no-repeat -126px -32px Upvote 0 Downvote
As it's a sprite, you will need to specify the background position. For example: Code: transparent url('styles/default/xenforo/xenforo-ui-sprite.png') no-repeat -126px -32px