Hi i been trying to setup a usergroup rank image as a banner but i am unable to do so here's my code from extra.less .badge--admin { background: url('images/groupimages/administrator.png') no-repeat; height: 65px; text-indent: -999999px; width: 65px; } but all i get is still this
By default, XF comes with the following user banner styles: Creating custom styling using the Other, using custom CSS class name option is fairly straightforward. This guide will explain how to. The easiest way by far to add new prefix...
With this simple add-on you can add specific image to each user group: Icons will be displayed in posts: In member tooltip: In member profile: You can customize the add-on with some options: Add-on includes Russian translation.
what is wrong with my code below? the size of my usergroup banners don't look right .moderator { background-image: url("/immagini/mod.jpg"); color:white; width: 100% !important; margin: 0 auto !important; padding-left: 25px; padding-top: 6px; } .admin {...