SkillsAura
New member
Hello, I'm having issues in regards to having custom banners for people with certain ranks. This is an issue I've had prior to installing a theme, so I don't believe it's due to my theme.
I've tried the following in both the EXTRA.css and EXTRA.less:
For the banner, I've clicked Custom class and tried simply "Trial", "userBanner Trial", "userBanner trial", etc, however it doesn't show the image.
What's the correct way to do so?
I've tried the following in both the EXTRA.css and EXTRA.less:
CSS:
{{ include('xenfocus_base.less') }}
{{ include('xenfocus_theme.less') }}
// Place your custom code below
.userBanner.Trial
{
color: transparent;
background-image: url('https://i.imgur.com/uvzJerW.png');
display: block;
height: 25px;
width: 121.5px;
margin-top: -4px;
}
For the banner, I've clicked Custom class and tried simply "Trial", "userBanner Trial", "userBanner trial", etc, however it doesn't show the image.
What's the correct way to do so?