CTXMedia
Well-known member
I'd like to remove the borders and wrap (at the edges) from the staff banners so it results in the staff moniker going from this:
To this:
However I cannot find a way to override the userBanner class that sets the background and border. I've tried setting the values to nill and making them !important in the .userBanner.bannerStaff class, but that doesn't work:
I've also tried disabling staff banners in User Options and instead applying a custom CSS via the 'Moderating' usergroup banner settings, but when I use display:block to centre the title in the postbit, it makes the moniker absolutely massive (width wise) on the user profile (and presumably the banner features elsewhere too?).
Is there any way to get my staff banners to display without borders?
Thanks,
Shaun
To this:
However I cannot find a way to override the userBanner class that sets the background and border. I've tried setting the values to nill and making them !important in the .userBanner.bannerStaff class, but that doesn't work:
Code:
.userBanner.bannerStaff {
border-color: "" !important;
background: "" !important;
padding: 2px 5px; !important;
border: "" !important;
border-radius: "" !important;
box-shadow: "" !important;
}
I've also tried disabling staff banners in User Options and instead applying a custom CSS via the 'Moderating' usergroup banner settings, but when I use display:block to centre the title in the postbit, it makes the moniker absolutely massive (width wise) on the user profile (and presumably the banner features elsewhere too?).
Is there any way to get my staff banners to display without borders?
Thanks,
Shaun